#80DDD7

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

Shades of Riptide #80DDD7

Tints of Riptide #80DDD7

Color information

#80DDD7 (or 0x80DDD7) is unknown color: approx Riptide. HEX triplet: 80, DD and D7. RGB value is (128,221,215). Sum of RGB (Red+Green+Blue) = 128+221+215=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDD7 is #7F2228. Grayscale: #C0C0C0. Windows color (decimal): -8331817 or 14146944. OLE color: 14146944.

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

Color convert

RGB128221215-
CMYK0.4200.030.13
HSL176.13º57.76%68.43%-
HSV(B)176.13º42.08%86.67%-
XYZ47.0261.2173.63-
YUV192.51140.6981.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.70%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=22.70%
G=39.18%
B=38.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282212150.4200.030.13176.1357.7668.43
Hex80DDD72A03Db03a44
Octal20033532752031526072104
Binary1000000011011101110101111010100111101101100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,221,215); }

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

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

 a { background-color: rgb(128,221,215); }

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

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

 span { border-color: rgb(128,221,215); }

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