#8EECD0

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

Shades of Riptide #8EECD0

Tints of Riptide #8EECD0

Color information

#8EECD0 (or 0x8EECD0) is unknown color: approx Riptide. HEX triplet: 8E, EC and D0. RGB value is (142,236,208). Sum of RGB (Red+Green+Blue) = 142+236+208=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECD0 is #71132F. Grayscale: #CCCCCC. Windows color (decimal): -7410480 or 13692046. OLE color: 13692046.

HSL color Cylindrical-coordinate representation of color #8EECD0: hue angle of 162.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECD0 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB142236208-
CMYK0.4000.120.07
HSL162.13º71.21%74.12%-
HSV(B)162.13º39.83%92.55%-
XYZ52.5470.370.47-
YUV204.7129.8683.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.23%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=24.23%
G=40.27%
B=35.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422362080.4000.120.07162.1371.2174.12
Hex8EECD0280C7a2474a
Octal216354320500147242107112
Binary100011101110110011010000101000011001111010001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,236,208); }

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

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

 a { background-color: rgb(142,236,208); }

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

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

 span { border-color: rgb(142,236,208); }

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