Shades of Riptide #80DDD9
Tints of Riptide #80DDD9
RGB
CMYK
RGB Variations
Color information
#80DDD9 (or 0x80DDD9) is known color: Riptide. HEX triplet: 80, DD and D9. RGB value is (128,221,217). Sum of RGB (Red+Green+Blue) = 128+221+217=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDD9 is #7F2226. Grayscale: #C0C0C0. Windows color (decimal): -8331815 or 14278016. OLE color: 14278016.
HSL color Cylindrical-coordinate representation of color #80DDD9: hue angle of 177.42º 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 #80DDD9 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 217 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.13 |
| HSL | 177.42º | 0.58% | 0.68% | - |
| HSV(B) | 177.42º | 0.42% | 0.87% | - |
| XYZ | 47.28 | 61.31 | 74.99 | - |
| YUV | 192.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 217 | 0.42 | 0 | 0.02 | 0.13 | 177.42 | 0.58 | 0.68 |
| Hex | 80 | DD | D9 | 2A | 0 | 2 | D | B1 | 3A | 44 |
| Octal | 200 | 335 | 331 | 52 | 0 | 2 | 15 | 261 | 72 | 104 |
| Binary | 10000000 | 11011101 | 11011001 | 101010 | 0 | 10 | 1101 | 10110001 | 111010 | 1000100 |
Color Harmonies of #80DDD9
Complementary color
Monochromatic Colors of #80DDD9
Black with #80DDD9
Text Example
Text Example
White with #80DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDD9; }
p { color: rgb(128,221,217); }
H1.HeaderClassName
{
color: #80DDD9;
}
.AnyTagClassName
{
color: #80DDD9;
}
</style>
background-color css
<style>
a { background-color: #80DDD9; }
a { background-color: rgb(128,221,217); }
div.DivClassName
{
background-color: #80DDD9;
}
.BgClassName
{
background-color: #80DDD9;
}
</style>
border-color css
<style>
span { border-color: #80DDD9; }
span { border-color: rgb(128,221,217); }
td.TdClassName
{
border-color: #80DDD9;
}
.TagClassName
{
border-color: #80DDD9;
}
</style>