#8EE6D6

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

Shades of Riptide #8EE6D6

Tints of Riptide #8EE6D6

Color information

#8EE6D6 (or 0x8EE6D6) is unknown color: approx Riptide. HEX triplet: 8E, E6 and D6. RGB value is (142,230,214). Sum of RGB (Red+Green+Blue) = 142+230+214=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE6D6 is #711929. Grayscale: #C9C9C9. Windows color (decimal): -7412010 or 14083726. OLE color: 14083726.

HSL color Cylindrical-coordinate representation of color #8EE6D6: hue angle of 169.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE6D6 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB142230214-
CMYK0.3800.070.10
HSL169.09º63.77%72.94%-
HSV(B)169.09º38.26%90.2%-
XYZ51.5967.273.87-
YUV201.86134.8585.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.23%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=24.23%
G=39.25%
B=36.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422302140.3800.070.10169.0963.7772.94
Hex8EE6D62607Aa94049
Octal216346326460712251100111
Binary100011101110011011010110100110011110101010100110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,230,214); }

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

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

 a { background-color: rgb(142,230,214); }

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

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

 span { border-color: rgb(142,230,214); }

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