#80DCD7

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

Shades of Riptide #80DCD7

Tints of Riptide #80DCD7

Color information

#80DCD7 (or 0x80DCD7) is unknown color: approx Riptide. HEX triplet: 80, DC and D7. RGB value is (128,220,215). Sum of RGB (Red+Green+Blue) = 128+220+215=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCD7 is #7F2328. Grayscale: #BFBFBF. Windows color (decimal): -8332073 or 14146688. OLE color: 14146688.

HSL color Cylindrical-coordinate representation of color #80DCD7: hue angle of 176.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCD7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB128220215-
CMYK0.4200.020.14
HSL176.74º56.79%68.24%-
HSV(B)176.74º41.82%86.27%-
XYZ46.7660.6873.54-
YUV191.92141.0282.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=22.74%
G=39.08%
B=38.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282202150.4200.020.14176.7456.7968.24
Hex80DCD72A02Eb13944
Octal20033432752021626171104
Binary1000000011011100110101111010100101110101100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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