#8EEAC3

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

Shades of Riptide #8EEAC3

Tints of Riptide #8EEAC3

Color information

#8EEAC3 (or 0x8EEAC3) is unknown color: approx Riptide. HEX triplet: 8E, EA and C3. RGB value is (142,234,195). Sum of RGB (Red+Green+Blue) = 142+234+195=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEAC3 is #71153C. Grayscale: #CACACA. Windows color (decimal): -7411005 or 12839566. OLE color: 12839566.

HSL color Cylindrical-coordinate representation of color #8EEAC3: hue angle of 154.57º 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 #8EEAC3 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB142234195-
CMYK0.3900.170.08
HSL154.57º68.66%73.73%-
HSV(B)154.57º39.32%91.76%-
XYZ50.4368.5462.2-
YUV202.05124.0285.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=24.87%
G=40.98%
B=34.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341950.3900.170.08154.5768.6673.73
Hex8EEAC32701189b454a
Octal2163523034702110233105112
Binary10001110111010101100001110011101000110001001101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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