Shades of Riptide #80D9CE
Tints of Riptide #80D9CE
RGB
CMYK
RGB Variations
Color information
#80D9CE (or 0x80D9CE) is known color: Riptide. HEX triplet: 80, D9 and CE. RGB value is (128,217,206). Sum of RGB (Red+Green+Blue) = 128+217+206=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D9CE is #7F2631. Grayscale: #BDBDBD. Windows color (decimal): -8332850 or 13556096. OLE color: 13556096.
HSL color Cylindrical-coordinate representation of color #80D9CE: hue angle of 172.58º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D9CE is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 206 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.15 |
| HSL | 172.58º | 0.54% | 0.68% | - |
| HSV(B) | 172.58º | 0.41% | 0.85% | - |
| XYZ | 44.86 | 58.67 | 67.35 | - |
| YUV | 189.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 206 | 0.41 | 0 | 0.05 | 0.15 | 172.58 | 0.54 | 0.68 |
| Hex | 80 | D9 | CE | 29 | 0 | 5 | F | AD | 36 | 44 |
| Octal | 200 | 331 | 316 | 51 | 0 | 5 | 17 | 255 | 66 | 104 |
| Binary | 10000000 | 11011001 | 11001110 | 101001 | 0 | 101 | 1111 | 10101101 | 110110 | 1000100 |
Color Harmonies of #80D9CE
Complementary color
Monochromatic Colors of #80D9CE
Black with #80D9CE
Text Example
Text Example
White with #80D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D9CE; }
p { color: rgb(128,217,206); }
H1.HeaderClassName
{
color: #80D9CE;
}
.AnyTagClassName
{
color: #80D9CE;
}
</style>
background-color css
<style>
a { background-color: #80D9CE; }
a { background-color: rgb(128,217,206); }
div.DivClassName
{
background-color: #80D9CE;
}
.BgClassName
{
background-color: #80D9CE;
}
</style>
border-color css
<style>
span { border-color: #80D9CE; }
span { border-color: rgb(128,217,206); }
td.TdClassName
{
border-color: #80D9CE;
}
.TagClassName
{
border-color: #80D9CE;
}
</style>