#80DCD6

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

Shades of Riptide #80DCD6

Tints of Riptide #80DCD6

Color information

#80DCD6 (or 0x80DCD6) is unknown color: approx Riptide. HEX triplet: 80, DC and D6. RGB value is (128,220,214). Sum of RGB (Red+Green+Blue) = 128+220+214=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCD6 is #7F2329. Grayscale: #BFBFBF. Windows color (decimal): -8332074 or 14081152. OLE color: 14081152.

HSL color Cylindrical-coordinate representation of color #80DCD6: hue angle of 176.09º 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 #80DCD6 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB128220214-
CMYK0.4200.030.14
HSL176.09º56.79%68.24%-
HSV(B)176.09º41.82%86.27%-
XYZ46.6360.6372.86-
YUV191.81140.5282.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.78%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=22.78%
G=39.15%
B=38.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282202140.4200.030.14176.0956.7968.24
Hex80DCD62A03Eb03944
Octal20033432652031626071104
Binary1000000011011100110101101010100111110101100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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