#8ED3CA

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

Shades of Riptide #8ED3CA

Tints of Riptide #8ED3CA

Color information

#8ED3CA (or 0x8ED3CA) is unknown color: approx Riptide. HEX triplet: 8E, D3 and CA. RGB value is (142,211,202). Sum of RGB (Red+Green+Blue) = 142+211+202=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED3CA is #712C35. Grayscale: #BDBDBD. Windows color (decimal): -7416886 or 13292430. OLE color: 13292430.

HSL color Cylindrical-coordinate representation of color #8ED3CA: hue angle of 172.17º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED3CA is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB142211202-
CMYK0.3300.040.17
HSL172.17º43.95%69.22%-
HSV(B)172.17º32.7%82.75%-
XYZ45.1156.664.43-
YUV189.34135.1494.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=25.59%
G=38.02%
B=36.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422112020.3300.040.17172.1743.9569.22
Hex8ED3CA210411ac2c45
Octal21632331241042125454105
Binary100011101101001111001010100001010010001101011001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,202); }

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

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

 a { background-color: rgb(142,211,202); }

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

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

 span { border-color: rgb(142,211,202); }

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