Shades of Riptide #80D2CE
Tints of Riptide #80D2CE
RGB
CMYK
RGB Variations
Color information
#80D2CE (or 0x80D2CE) is known color: Riptide. HEX triplet: 80, D2 and CE. RGB value is (128,210,206). Sum of RGB (Red+Green+Blue) = 128+210+206=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #80D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D2CE is #7F2D31. Grayscale: #B8B8B8. Windows color (decimal): -8334642 or 13554304. OLE color: 13554304.
HSL color Cylindrical-coordinate representation of color #80D2CE: hue angle of 177.07º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D2CE is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 206 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.18 |
| HSL | 177.07º | 0.48% | 0.66% | - |
| HSV(B) | 177.07º | 0.39% | 0.82% | - |
| XYZ | 43.09 | 55.14 | 66.76 | - |
| YUV | 185.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 206 | 0.39 | 0 | 0.02 | 0.18 | 177.07 | 0.48 | 0.66 |
| Hex | 80 | D2 | CE | 27 | 0 | 2 | 12 | B1 | 30 | 42 |
| Octal | 200 | 322 | 316 | 47 | 0 | 2 | 22 | 261 | 60 | 102 |
| Binary | 10000000 | 11010010 | 11001110 | 100111 | 0 | 10 | 10010 | 10110001 | 110000 | 1000010 |
Color Harmonies of #80D2CE
Complementary color
Monochromatic Colors of #80D2CE
Black with #80D2CE
Text Example
Text Example
White with #80D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D2CE; }
p { color: rgb(128,210,206); }
H1.HeaderClassName
{
color: #80D2CE;
}
.AnyTagClassName
{
color: #80D2CE;
}
</style>
background-color css
<style>
a { background-color: #80D2CE; }
a { background-color: rgb(128,210,206); }
div.DivClassName
{
background-color: #80D2CE;
}
.BgClassName
{
background-color: #80D2CE;
}
</style>
border-color css
<style>
span { border-color: #80D2CE; }
span { border-color: rgb(128,210,206); }
td.TdClassName
{
border-color: #80D2CE;
}
.TagClassName
{
border-color: #80D2CE;
}
</style>