#8EE9CD

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

Shades of Riptide #8EE9CD

Tints of Riptide #8EE9CD

Color information

#8EE9CD (or 0x8EE9CD) is unknown color: approx Riptide. HEX triplet: 8E, E9 and CD. RGB value is (142,233,205). Sum of RGB (Red+Green+Blue) = 142+233+205=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE9CD is #711632. Grayscale: #CACACA. Windows color (decimal): -7411251 or 13494670. OLE color: 13494670.

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

Color convert

RGB142233205-
CMYK0.3900.120.09
HSL161.54º67.41%73.53%-
HSV(B)161.54º39.06%91.37%-
XYZ51.3168.4468.26-
YUV202.6129.3584.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.48%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=24.48%
G=40.17%
B=35.34%

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
Decimal1422332050.3900.120.09161.5467.4173.53
Hex8EE9CD270C9a2434a
Octal2163513154701411242103112
Binary1000111011101001110011011001110110010011010001010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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