#8EDDD5

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

Shades of Riptide #8EDDD5

Tints of Riptide #8EDDD5

Color information

#8EDDD5 (or 0x8EDDD5) is unknown color: approx Riptide. HEX triplet: 8E, DD and D5. RGB value is (142,221,213). Sum of RGB (Red+Green+Blue) = 142+221+213=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDD5 is #71222A. Grayscale: #C4C4C4. Windows color (decimal): -7414315 or 14015886. OLE color: 14015886.

HSL color Cylindrical-coordinate representation of color #8EDDD5: hue angle of 173.92º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDD5 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB142221213-
CMYK0.3600.040.13
HSL173.92º53.74%71.18%-
HSV(B)173.92º35.75%86.67%-
XYZ49.0262.2772.39-
YUV196.47137.3389.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.65%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=24.65%
G=38.37%
B=36.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422212130.3600.040.13173.9253.7471.18
Hex8EDDD52404Dae3647
Octal21633532544041525666107
Binary10001110110111011101010110010001001101101011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,213); }

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

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

 a { background-color: rgb(142,221,213); }

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

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

 span { border-color: rgb(142,221,213); }

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