#81D8CC

Color #81D8CC Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #81D8CC

Tints of Riptide #81D8CC

Color information

#81D8CC (or 0x81D8CC) is unknown color: approx Riptide. HEX triplet: 81, D8 and CC. RGB value is (129,216,204). Sum of RGB (Red+Green+Blue) = 129+216+204=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D8CC is #7E2733. Grayscale: #BCBCBC. Windows color (decimal): -8267572 or 13424769. OLE color: 13424769.

HSL color Cylindrical-coordinate representation of color #81D8CC: hue angle of 171.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8CC is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB129216204-
CMYK0.4000.060.15
HSL171.72º52.73%67.65%-
HSV(B)171.72º40.28%84.71%-
XYZ44.5158.1466-
YUV188.62136.6885.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 23.50%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=23.50%
G=39.34%
B=37.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292162040.4000.060.15171.7252.7367.65
Hex81D8CC2806Fac3544
Octal20133031450061725465104
Binary10000001110110001100110010100001101111101011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D8CC; }

 p { color: rgb(129,216,204); }

 H1.HeaderClassName
 {
   color: #81D8CC;
 }
 .AnyTagClassName
 {
   color: #81D8CC;
 }
</style>
background-color css

<style>
 a { background-color: #81D8CC; }

 a { background-color: rgb(129,216,204); }

 div.DivClassName
 {
   background-color: #81D8CC;
 }
 .BgClassName
 {
   background-color: #81D8CC;
 }
</style>
border-color css

<style>
 span { border-color: #81D8CC; }

 span { border-color: rgb(129,216,204); }

 td.TdClassName
 {
   border-color: #81D8CC;
 }
 .TagClassName
 {
   border-color: #81D8CC;
 }
</style>