Shades of Riptide #80D7CF
Tints of Riptide #80D7CF
RGB
CMYK
RGB Variations
Color information
#80D7CF (or 0x80D7CF) is known color: Riptide. HEX triplet: 80, D7 and CF. RGB value is (128,215,207). Sum of RGB (Red+Green+Blue) = 128+215+207=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7CF is #7F2830. Grayscale: #BCBCBC. Windows color (decimal): -8333361 or 13621120. OLE color: 13621120.
HSL color Cylindrical-coordinate representation of color #80D7CF: hue angle of 174.48º 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 #80D7CF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 207 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.16 |
| HSL | 174.48º | 0.52% | 0.67% | - |
| HSV(B) | 174.48º | 0.4% | 0.84% | - |
| XYZ | 44.47 | 57.7 | 67.82 | - |
| YUV | 188.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 207 | 0.40 | 0 | 0.04 | 0.16 | 174.48 | 0.52 | 0.67 |
| Hex | 80 | D7 | CF | 28 | 0 | 4 | 10 | AE | 34 | 43 |
| Octal | 200 | 327 | 317 | 50 | 0 | 4 | 20 | 256 | 64 | 103 |
| Binary | 10000000 | 11010111 | 11001111 | 101000 | 0 | 100 | 10000 | 10101110 | 110100 | 1000011 |
Color Harmonies of #80D7CF
Complementary color
Monochromatic Colors of #80D7CF
Black with #80D7CF
Text Example
Text Example
White with #80D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7CF; }
p { color: rgb(128,215,207); }
H1.HeaderClassName
{
color: #80D7CF;
}
.AnyTagClassName
{
color: #80D7CF;
}
</style>
background-color css
<style>
a { background-color: #80D7CF; }
a { background-color: rgb(128,215,207); }
div.DivClassName
{
background-color: #80D7CF;
}
.BgClassName
{
background-color: #80D7CF;
}
</style>
border-color css
<style>
span { border-color: #80D7CF; }
span { border-color: rgb(128,215,207); }
td.TdClassName
{
border-color: #80D7CF;
}
.TagClassName
{
border-color: #80D7CF;
}
</style>