#8EE6DF

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

Shades of Riptide #8EE6DF

Tints of Riptide #8EE6DF

Color information

#8EE6DF (or 0x8EE6DF) is unknown color: approx Riptide. HEX triplet: 8E, E6 and DF. RGB value is (142,230,223). Sum of RGB (Red+Green+Blue) = 142+230+223=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE6DF is #711920. Grayscale: #CACACA. Windows color (decimal): -7412001 or 14673550. OLE color: 14673550.

HSL color Cylindrical-coordinate representation of color #8EE6DF: hue angle of 175.23º 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 #8EE6DF is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB142230223-
CMYK0.3800.030.10
HSL175.23º63.77%72.94%-
HSV(B)175.23º38.26%90.2%-
XYZ52.7767.6780.09-
YUV202.89139.3584.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.87%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=23.87%
G=38.66%
B=37.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422302230.3800.030.10175.2363.7772.94
Hex8EE6DF2603Aaf4049
Octal216346337460312257100111
Binary10001110111001101101111110011001110101010111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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