#8EDECE

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

Shades of Riptide #8EDECE

Tints of Riptide #8EDECE

Color information

#8EDECE (or 0x8EDECE) is unknown color: approx Riptide. HEX triplet: 8E, DE and CE. RGB value is (142,222,206). Sum of RGB (Red+Green+Blue) = 142+222+206=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDECE is #712131. Grayscale: #C4C4C4. Windows color (decimal): -7414066 or 13557390. OLE color: 13557390.

HSL color Cylindrical-coordinate representation of color #8EDECE: hue angle of 168º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDECE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB142222206-
CMYK0.3600.070.13
HSL168º54.79%71.37%-
HSV(B)168º36.04%87.06%-
XYZ48.4262.4567.89-
YUV196.26133.589.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=24.91%
G=38.95%
B=36.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422222060.3600.070.1316854.7971.37
Hex8EDECE2407Da83747
Octal21633631644071525067107
Binary10001110110111101100111010010001111101101010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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