#8EEAC9

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

Shades of Riptide #8EEAC9

Tints of Riptide #8EEAC9

Color information

#8EEAC9 (or 0x8EEAC9) is unknown color: approx Riptide. HEX triplet: 8E, EA and C9. RGB value is (142,234,201). Sum of RGB (Red+Green+Blue) = 142+234+201=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEAC9 is #711536. Grayscale: #CACACA. Windows color (decimal): -7410999 or 13232782. OLE color: 13232782.

HSL color Cylindrical-coordinate representation of color #8EEAC9: hue angle of 158.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEAC9 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB142234201-
CMYK0.3900.140.08
HSL158.48º68.66%73.73%-
HSV(B)158.48º39.32%91.76%-
XYZ51.1268.8165.85-
YUV202.73127.0284.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=24.61%
G=40.55%
B=34.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422342010.3900.140.08158.4868.6673.73
Hex8EEAC9270E89e454a
Octal2163523114701610236105112
Binary1000111011101010110010011001110111010001001111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,201); }

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

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

 a { background-color: rgb(142,234,201); }

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

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

 span { border-color: rgb(142,234,201); }

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