#8EE3DA

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

Shades of Riptide #8EE3DA

Tints of Riptide #8EE3DA

Color information

#8EE3DA (or 0x8EE3DA) is unknown color: approx Riptide. HEX triplet: 8E, E3 and DA. RGB value is (142,227,218). Sum of RGB (Red+Green+Blue) = 142+227+218=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE3DA is #711C25. Grayscale: #C8C8C8. Windows color (decimal): -7412774 or 14345102. OLE color: 14345102.

HSL color Cylindrical-coordinate representation of color #8EE3DA: hue angle of 173.65º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE3DA is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB142227218-
CMYK0.3700.040.11
HSL173.65º60.28%72.35%-
HSV(B)173.65º37.44%89.02%-
XYZ51.2865.7576.32-
YUV200.56137.8486.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.19%
GREEN value IS 227 (89.06% from 255) = 38.67%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=24.19%
G=38.67%
B=37.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422272180.3700.040.11173.6560.2872.35
Hex8EE3DA2504Bae3c48
Octal21634333245041325674110
Binary10001110111000111101101010010101001011101011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,227,218); }

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

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

 a { background-color: rgb(142,227,218); }

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

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

 span { border-color: rgb(142,227,218); }

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