Shades of Riptide #80D8D0
Tints of Riptide #80D8D0
RGB
CMYK
RGB Variations
Color information
#80D8D0 (or 0x80D8D0) is known color: Riptide. HEX triplet: 80, D8 and D0. RGB value is (128,216,208). Sum of RGB (Red+Green+Blue) = 128+216+208=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8D0 is #7F272F. Grayscale: #BCBCBC. Windows color (decimal): -8333104 or 13686912. OLE color: 13686912.
HSL color Cylindrical-coordinate representation of color #80D8D0: hue angle of 174.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8D0 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 208 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.15 |
| HSL | 174.55º | 0.53% | 0.67% | - |
| HSV(B) | 174.55º | 0.41% | 0.85% | - |
| XYZ | 44.84 | 58.26 | 68.56 | - |
| YUV | 188.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 208 | 0.41 | 0 | 0.04 | 0.15 | 174.55 | 0.53 | 0.67 |
| Hex | 80 | D8 | D0 | 29 | 0 | 4 | F | AF | 35 | 43 |
| Octal | 200 | 330 | 320 | 51 | 0 | 4 | 17 | 257 | 65 | 103 |
| Binary | 10000000 | 11011000 | 11010000 | 101001 | 0 | 100 | 1111 | 10101111 | 110101 | 1000011 |
Color Harmonies of #80D8D0
Complementary color
Monochromatic Colors of #80D8D0
Black with #80D8D0
Text Example
Text Example
White with #80D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8D0; }
p { color: rgb(128,216,208); }
H1.HeaderClassName
{
color: #80D8D0;
}
.AnyTagClassName
{
color: #80D8D0;
}
</style>
background-color css
<style>
a { background-color: #80D8D0; }
a { background-color: rgb(128,216,208); }
div.DivClassName
{
background-color: #80D8D0;
}
.BgClassName
{
background-color: #80D8D0;
}
</style>
border-color css
<style>
span { border-color: #80D8D0; }
span { border-color: rgb(128,216,208); }
td.TdClassName
{
border-color: #80D8D0;
}
.TagClassName
{
border-color: #80D8D0;
}
</style>