Shades of Riptide #80D7CC
Tints of Riptide #80D7CC
RGB
CMYK
RGB Variations
Color information
#80D7CC (or 0x80D7CC) is known color: Riptide. HEX triplet: 80, D7 and CC. RGB value is (128,215,204). Sum of RGB (Red+Green+Blue) = 128+215+204=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7CC is #7F2833. Grayscale: #BBBBBB. Windows color (decimal): -8333364 or 13424512. OLE color: 13424512.
HSL color Cylindrical-coordinate representation of color #80D7CC: hue angle of 172.41º 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 #80D7CC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 204 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.16 |
| HSL | 172.41º | 0.52% | 0.67% | - |
| HSV(B) | 172.41º | 0.4% | 0.84% | - |
| XYZ | 44.1 | 57.55 | 65.91 | - |
| YUV | 187.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 204 | 0.40 | 0 | 0.05 | 0.16 | 172.41 | 0.52 | 0.67 |
| Hex | 80 | D7 | CC | 28 | 0 | 5 | 10 | AC | 34 | 43 |
| Octal | 200 | 327 | 314 | 50 | 0 | 5 | 20 | 254 | 64 | 103 |
| Binary | 10000000 | 11010111 | 11001100 | 101000 | 0 | 101 | 10000 | 10101100 | 110100 | 1000011 |
Color Harmonies of #80D7CC
Complementary color
Monochromatic Colors of #80D7CC
Black with #80D7CC
Text Example
Text Example
White with #80D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7CC; }
p { color: rgb(128,215,204); }
H1.HeaderClassName
{
color: #80D7CC;
}
.AnyTagClassName
{
color: #80D7CC;
}
</style>
background-color css
<style>
a { background-color: #80D7CC; }
a { background-color: rgb(128,215,204); }
div.DivClassName
{
background-color: #80D7CC;
}
.BgClassName
{
background-color: #80D7CC;
}
</style>
border-color css
<style>
span { border-color: #80D7CC; }
span { border-color: rgb(128,215,204); }
td.TdClassName
{
border-color: #80D7CC;
}
.TagClassName
{
border-color: #80D7CC;
}
</style>