#8EEADA

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

Shades of Riptide #8EEADA

Tints of Riptide #8EEADA

Color information

#8EEADA (or 0x8EEADA) is unknown color: approx Riptide. HEX triplet: 8E, EA and DA. RGB value is (142,234,218). Sum of RGB (Red+Green+Blue) = 142+234+218=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEADA is #711525. Grayscale: #CCCCCC. Windows color (decimal): -7410982 or 14346894. OLE color: 14346894.

HSL color Cylindrical-coordinate representation of color #8EEADA: hue angle of 169.57º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEADA is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB142234218-
CMYK0.3900.070.08
HSL169.57º68.66%73.73%-
HSV(B)169.57º39.32%91.76%-
XYZ53.2369.6676.97-
YUV204.67135.5283.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.91%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=23.91%
G=39.39%
B=36.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422342180.3900.070.08169.5768.6673.73
Hex8EEADA27078aa454a
Octal216352332470710252105112
Binary100011101110101011011010100111011110001010101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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