#80DED5

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

Shades of Riptide #80DED5

Tints of Riptide #80DED5

Color information

#80DED5 (or 0x80DED5) is unknown color: approx Riptide. HEX triplet: 80, DE and D5. RGB value is (128,222,213). Sum of RGB (Red+Green+Blue) = 128+222+213=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #80DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DED5 is #7F212A. Grayscale: #C0C0C0. Windows color (decimal): -8331563 or 14016128. OLE color: 14016128.

HSL color Cylindrical-coordinate representation of color #80DED5: hue angle of 174.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DED5 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB128222213-
CMYK0.4200.040.13
HSL174.26º58.75%68.63%-
HSV(B)174.26º42.34%87.06%-
XYZ47.0361.6472.37-
YUV192.87139.3681.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=22.74%
G=39.43%
B=37.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282222130.4200.040.13174.2658.7568.63
Hex80DED52A04Dae3b45
Octal20033632552041525673105
Binary10000000110111101101010110101001001101101011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80DED5; }

 p { color: rgb(128,222,213); }

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

<style>
 a { background-color: #80DED5; }

 a { background-color: rgb(128,222,213); }

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

<style>
 span { border-color: #80DED5; }

 span { border-color: rgb(128,222,213); }

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