Shades of Riptide #80DDD0
Tints of Riptide #80DDD0
RGB
CMYK
RGB Variations
Color information
#80DDD0 (or 0x80DDD0) is known color: Riptide. HEX triplet: 80, DD and D0. RGB value is (128,221,208). Sum of RGB (Red+Green+Blue) = 128+221+208=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDD0 is #7F222F. Grayscale: #BFBFBF. Windows color (decimal): -8331824 or 13688192. OLE color: 13688192.
HSL color Cylindrical-coordinate representation of color #80DDD0: hue angle of 171.61º 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 #80DDD0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 208 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.13 |
| HSL | 171.61º | 0.58% | 0.68% | - |
| HSV(B) | 171.61º | 0.42% | 0.87% | - |
| XYZ | 46.14 | 60.86 | 68.99 | - |
| YUV | 191.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 208 | 0.42 | 0 | 0.06 | 0.13 | 171.61 | 0.58 | 0.68 |
| Hex | 80 | DD | D0 | 2A | 0 | 6 | D | AC | 3A | 44 |
| Octal | 200 | 335 | 320 | 52 | 0 | 6 | 15 | 254 | 72 | 104 |
| Binary | 10000000 | 11011101 | 11010000 | 101010 | 0 | 110 | 1101 | 10101100 | 111010 | 1000100 |
Color Harmonies of #80DDD0
Complementary color
Monochromatic Colors of #80DDD0
Black with #80DDD0
Text Example
Text Example
White with #80DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDD0; }
p { color: rgb(128,221,208); }
H1.HeaderClassName
{
color: #80DDD0;
}
.AnyTagClassName
{
color: #80DDD0;
}
</style>
background-color css
<style>
a { background-color: #80DDD0; }
a { background-color: rgb(128,221,208); }
div.DivClassName
{
background-color: #80DDD0;
}
.BgClassName
{
background-color: #80DDD0;
}
</style>
border-color css
<style>
span { border-color: #80DDD0; }
span { border-color: rgb(128,221,208); }
td.TdClassName
{
border-color: #80DDD0;
}
.TagClassName
{
border-color: #80DDD0;
}
</style>