#8CEAD2

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

Shades of Riptide #8CEAD2

Tints of Riptide #8CEAD2

Color information

#8CEAD2 (or 0x8CEAD2) is unknown color: approx Riptide. HEX triplet: 8C, EA and D2. RGB value is (140,234,210). Sum of RGB (Red+Green+Blue) = 140+234+210=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEAD2 is #73152D. Grayscale: #CBCBCB. Windows color (decimal): -7542062 or 13822604. OLE color: 13822604.

HSL color Cylindrical-coordinate representation of color #8CEAD2: hue angle of 164.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEAD2 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB140234210-
CMYK0.4000.100.08
HSL164.68º69.12%73.33%-
HSV(B)164.68º40.17%91.76%-
XYZ51.8769.0771.57-
YUV203.16131.8682.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 234 (91.80% from 255) = 40.07%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=23.97%
G=40.07%
B=35.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402342100.4000.100.08164.6869.1273.33
Hex8CEAD2280A8a54549
Octal2143523225001210245105111
Binary1000110011101010110100101010000101010001010010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CEAD2; }

 p { color: rgb(140,234,210); }

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

<style>
 a { background-color: #8CEAD2; }

 a { background-color: rgb(140,234,210); }

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

<style>
 span { border-color: #8CEAD2; }

 span { border-color: rgb(140,234,210); }

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