Shades of Riptide #80D8CC
Tints of Riptide #80D8CC
RGB
CMYK
RGB Variations
Color information
#80D8CC (or 0x80D8CC) is known color: Riptide. HEX triplet: 80, D8 and CC. RGB value is (128,216,204). Sum of RGB (Red+Green+Blue) = 128+216+204=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8CC is #7F2733. Grayscale: #BCBCBC. Windows color (decimal): -8333108 or 13424768. OLE color: 13424768.
HSL color Cylindrical-coordinate representation of color #80D8CC: hue angle of 171.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8CC is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 204 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.15 |
| HSL | 171.82º | 0.53% | 0.67% | - |
| HSV(B) | 171.82º | 0.41% | 0.85% | - |
| XYZ | 44.36 | 58.06 | 66 | - |
| YUV | 188.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 204 | 0.41 | 0 | 0.06 | 0.15 | 171.82 | 0.53 | 0.67 |
| Hex | 80 | D8 | CC | 29 | 0 | 6 | F | AC | 35 | 43 |
| Octal | 200 | 330 | 314 | 51 | 0 | 6 | 17 | 254 | 65 | 103 |
| Binary | 10000000 | 11011000 | 11001100 | 101001 | 0 | 110 | 1111 | 10101100 | 110101 | 1000011 |
Color Harmonies of #80D8CC
Complementary color
Monochromatic Colors of #80D8CC
Black with #80D8CC
Text Example
Text Example
White with #80D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8CC; }
p { color: rgb(128,216,204); }
H1.HeaderClassName
{
color: #80D8CC;
}
.AnyTagClassName
{
color: #80D8CC;
}
</style>
background-color css
<style>
a { background-color: #80D8CC; }
a { background-color: rgb(128,216,204); }
div.DivClassName
{
background-color: #80D8CC;
}
.BgClassName
{
background-color: #80D8CC;
}
</style>
border-color css
<style>
span { border-color: #80D8CC; }
span { border-color: rgb(128,216,204); }
td.TdClassName
{
border-color: #80D8CC;
}
.TagClassName
{
border-color: #80D8CC;
}
</style>