Shades of Riptide #80DBCC
Tints of Riptide #80DBCC
RGB
CMYK
RGB Variations
Color information
#80DBCC (or 0x80DBCC) is known color: Riptide. HEX triplet: 80, DB and CC. RGB value is (128,219,204). Sum of RGB (Red+Green+Blue) = 128+219+204=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBCC is #7F2433. Grayscale: #BEBEBE. Windows color (decimal): -8332340 or 13425536. OLE color: 13425536.
HSL color Cylindrical-coordinate representation of color #80DBCC: hue angle of 170.11º degrees, saturation: 0.56, 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 #80DBCC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 204 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.14 |
| HSL | 170.11º | 0.56% | 0.68% | - |
| HSV(B) | 170.11º | 0.42% | 0.86% | - |
| XYZ | 45.13 | 59.61 | 66.25 | - |
| YUV | 190.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 204 | 0.42 | 0 | 0.07 | 0.14 | 170.11 | 0.56 | 0.68 |
| Hex | 80 | DB | CC | 2A | 0 | 7 | E | AA | 38 | 44 |
| Octal | 200 | 333 | 314 | 52 | 0 | 7 | 16 | 252 | 70 | 104 |
| Binary | 10000000 | 11011011 | 11001100 | 101010 | 0 | 111 | 1110 | 10101010 | 111000 | 1000100 |
Color Harmonies of #80DBCC
Complementary color
Monochromatic Colors of #80DBCC
Black with #80DBCC
Text Example
Text Example
White with #80DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBCC; }
p { color: rgb(128,219,204); }
H1.HeaderClassName
{
color: #80DBCC;
}
.AnyTagClassName
{
color: #80DBCC;
}
</style>
background-color css
<style>
a { background-color: #80DBCC; }
a { background-color: rgb(128,219,204); }
div.DivClassName
{
background-color: #80DBCC;
}
.BgClassName
{
background-color: #80DBCC;
}
</style>
border-color css
<style>
span { border-color: #80DBCC; }
span { border-color: rgb(128,219,204); }
td.TdClassName
{
border-color: #80DBCC;
}
.TagClassName
{
border-color: #80DBCC;
}
</style>