Shades of Riptide #80DCC8
Tints of Riptide #80DCC8
RGB
CMYK
RGB Variations
Color information
#80DCC8 (or 0x80DCC8) is known color: Riptide. HEX triplet: 80, DC and C8. RGB value is (128,220,200). Sum of RGB (Red+Green+Blue) = 128+220+200=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCC8 is #7F2337. Grayscale: #BEBEBE. Windows color (decimal): -8332088 or 13163648. OLE color: 13163648.
HSL color Cylindrical-coordinate representation of color #80DCC8: hue angle of 166.96º 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 #80DCC8 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 200 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.14 |
| HSL | 166.96º | 0.57% | 0.68% | - |
| HSV(B) | 166.96º | 0.42% | 0.86% | - |
| XYZ | 44.92 | 59.95 | 63.85 | - |
| YUV | 190.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 200 | 0.42 | 0 | 0.09 | 0.14 | 166.96 | 0.57 | 0.68 |
| Hex | 80 | DC | C8 | 2A | 0 | 9 | E | A7 | 39 | 44 |
| Octal | 200 | 334 | 310 | 52 | 0 | 11 | 16 | 247 | 71 | 104 |
| Binary | 10000000 | 11011100 | 11001000 | 101010 | 0 | 1001 | 1110 | 10100111 | 111001 | 1000100 |
Color Harmonies of #80DCC8
Complementary color
Monochromatic Colors of #80DCC8
Black with #80DCC8
Text Example
Text Example
White with #80DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCC8; }
p { color: rgb(128,220,200); }
H1.HeaderClassName
{
color: #80DCC8;
}
.AnyTagClassName
{
color: #80DCC8;
}
</style>
background-color css
<style>
a { background-color: #80DCC8; }
a { background-color: rgb(128,220,200); }
div.DivClassName
{
background-color: #80DCC8;
}
.BgClassName
{
background-color: #80DCC8;
}
</style>
border-color css
<style>
span { border-color: #80DCC8; }
span { border-color: rgb(128,220,200); }
td.TdClassName
{
border-color: #80DCC8;
}
.TagClassName
{
border-color: #80DCC8;
}
</style>