#8EE9CC

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

Shades of Riptide #8EE9CC

Tints of Riptide #8EE9CC

Color information

#8EE9CC (or 0x8EE9CC) is unknown color: approx Riptide. HEX triplet: 8E, E9 and CC. RGB value is (142,233,204). Sum of RGB (Red+Green+Blue) = 142+233+204=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE9CC is #711633. Grayscale: #CACACA. Windows color (decimal): -7411252 or 13429134. OLE color: 13429134.

HSL color Cylindrical-coordinate representation of color #8EE9CC: hue angle of 160.88º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9CC is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB142233204-
CMYK0.3900.120.09
HSL160.88º67.41%73.53%-
HSV(B)160.88º39.06%91.37%-
XYZ51.1968.3967.63-
YUV202.48128.8584.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.53%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=24.53%
G=40.24%
B=35.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422332040.3900.120.09160.8867.4173.53
Hex8EE9CC270C9a1434a
Octal2163513144701411241103112
Binary1000111011101001110011001001110110010011010000110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,233,204); }

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

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

 a { background-color: rgb(142,233,204); }

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

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

 span { border-color: rgb(142,233,204); }

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