#8EE8DF

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

Shades of Riptide #8EE8DF

Tints of Riptide #8EE8DF

Color information

#8EE8DF (or 0x8EE8DF) is unknown color: approx Riptide. HEX triplet: 8E, E8 and DF. RGB value is (142,232,223). Sum of RGB (Red+Green+Blue) = 142+232+223=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE8DF is #711720. Grayscale: #CCCCCC. Windows color (decimal): -7411489 or 14674062. OLE color: 14674062.

HSL color Cylindrical-coordinate representation of color #8EE8DF: hue angle of 174º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE8DF is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB142232223-
CMYK0.3900.040.09
HSL174º66.18%73.33%-
HSV(B)174º38.79%90.98%-
XYZ53.3368.7980.28-
YUV204.06138.6883.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=23.79%
G=38.86%
B=37.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422322230.3900.040.0917466.1873.33
Hex8EE8DF27049ae4249
Octal216350337470411256102111
Binary100011101110100011011111100111010010011010111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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