Shades of Riptide #80D7CE
Tints of Riptide #80D7CE
RGB
CMYK
RGB Variations
Color information
#80D7CE (or 0x80D7CE) is known color: Riptide. HEX triplet: 80, D7 and CE. RGB value is (128,215,206). Sum of RGB (Red+Green+Blue) = 128+215+206=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7CE is #7F2831. Grayscale: #BBBBBB. Windows color (decimal): -8333362 or 13555584. OLE color: 13555584.
HSL color Cylindrical-coordinate representation of color #80D7CE: hue angle of 173.79º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D7CE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 206 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.16 |
| HSL | 173.79º | 0.52% | 0.67% | - |
| HSV(B) | 173.79º | 0.4% | 0.84% | - |
| XYZ | 44.34 | 57.65 | 67.18 | - |
| YUV | 187.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 206 | 0.40 | 0 | 0.04 | 0.16 | 173.79 | 0.52 | 0.67 |
| Hex | 80 | D7 | CE | 28 | 0 | 4 | 10 | AE | 34 | 43 |
| Octal | 200 | 327 | 316 | 50 | 0 | 4 | 20 | 256 | 64 | 103 |
| Binary | 10000000 | 11010111 | 11001110 | 101000 | 0 | 100 | 10000 | 10101110 | 110100 | 1000011 |
Color Harmonies of #80D7CE
Complementary color
Monochromatic Colors of #80D7CE
Black with #80D7CE
Text Example
Text Example
White with #80D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7CE; }
p { color: rgb(128,215,206); }
H1.HeaderClassName
{
color: #80D7CE;
}
.AnyTagClassName
{
color: #80D7CE;
}
</style>
background-color css
<style>
a { background-color: #80D7CE; }
a { background-color: rgb(128,215,206); }
div.DivClassName
{
background-color: #80D7CE;
}
.BgClassName
{
background-color: #80D7CE;
}
</style>
border-color css
<style>
span { border-color: #80D7CE; }
span { border-color: rgb(128,215,206); }
td.TdClassName
{
border-color: #80D7CE;
}
.TagClassName
{
border-color: #80D7CE;
}
</style>