#8EDDD3

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

Shades of Riptide #8EDDD3

Tints of Riptide #8EDDD3

Color information

#8EDDD3 (or 0x8EDDD3) is unknown color: approx Riptide. HEX triplet: 8E, DD and D3. RGB value is (142,221,211). Sum of RGB (Red+Green+Blue) = 142+221+211=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDD3 is #71222C. Grayscale: #C4C4C4. Windows color (decimal): -7414317 or 13884814. OLE color: 13884814.

HSL color Cylindrical-coordinate representation of color #8EDDD3: hue angle of 172.41º 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 #8EDDD3 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB142221211-
CMYK0.3600.050.13
HSL172.41º53.74%71.18%-
HSV(B)172.41º35.75%86.67%-
XYZ48.7762.1771.06-
YUV196.24136.3389.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.74%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 211 (82.81% from 255) = 36.76%
R=24.74%
G=38.50%
B=36.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422212110.3600.050.13172.4153.7471.18
Hex8EDDD32405Dac3647
Octal21633532344051525466107
Binary10001110110111011101001110010001011101101011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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