#8EE5DE

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

Shades of Riptide #8EE5DE

Tints of Riptide #8EE5DE

Color information

#8EE5DE (or 0x8EE5DE) is unknown color: approx Riptide. HEX triplet: 8E, E5 and DE. RGB value is (142,229,222). Sum of RGB (Red+Green+Blue) = 142+229+222=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5DE is #711A21. Grayscale: #CACACA. Windows color (decimal): -7412258 or 14607758. OLE color: 14607758.

HSL color Cylindrical-coordinate representation of color #8EE5DE: hue angle of 175.17º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE5DE is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB142229222-
CMYK0.3800.030.10
HSL175.17º62.59%72.75%-
HSV(B)175.17º37.99%89.8%-
XYZ52.3667.0679.29-
YUV202.19139.1885.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.95%
GREEN value IS 229 (89.84% from 255) = 38.62%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=23.95%
G=38.62%
B=37.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422292220.3800.030.10175.1762.5972.75
Hex8EE5DE2603Aaf3f49
Octal21634533646031225777111
Binary1000111011100101110111101001100111010101011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,229,222); }

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

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

 a { background-color: rgb(142,229,222); }

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

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

 span { border-color: rgb(142,229,222); }

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