Shades of Riptide #80D8CB
Tints of Riptide #80D8CB
RGB
CMYK
RGB Variations
Color information
#80D8CB (or 0x80D8CB) is known color: Riptide. HEX triplet: 80, D8 and CB. RGB value is (128,216,203). Sum of RGB (Red+Green+Blue) = 128+216+203=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8CB is #7F2734. Grayscale: #BCBCBC. Windows color (decimal): -8333109 or 13359232. OLE color: 13359232.
HSL color Cylindrical-coordinate representation of color #80D8CB: hue angle of 171.14º 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 #80D8CB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 203 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.15 |
| HSL | 171.14º | 0.53% | 0.67% | - |
| HSV(B) | 171.14º | 0.41% | 0.85% | - |
| XYZ | 44.24 | 58.01 | 65.37 | - |
| YUV | 188.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 203 | 0.41 | 0 | 0.06 | 0.15 | 171.14 | 0.53 | 0.67 |
| Hex | 80 | D8 | CB | 29 | 0 | 6 | F | AB | 35 | 43 |
| Octal | 200 | 330 | 313 | 51 | 0 | 6 | 17 | 253 | 65 | 103 |
| Binary | 10000000 | 11011000 | 11001011 | 101001 | 0 | 110 | 1111 | 10101011 | 110101 | 1000011 |
Color Harmonies of #80D8CB
Complementary color
Monochromatic Colors of #80D8CB
Black with #80D8CB
Text Example
Text Example
White with #80D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8CB; }
p { color: rgb(128,216,203); }
H1.HeaderClassName
{
color: #80D8CB;
}
.AnyTagClassName
{
color: #80D8CB;
}
</style>
background-color css
<style>
a { background-color: #80D8CB; }
a { background-color: rgb(128,216,203); }
div.DivClassName
{
background-color: #80D8CB;
}
.BgClassName
{
background-color: #80D8CB;
}
</style>
border-color css
<style>
span { border-color: #80D8CB; }
span { border-color: rgb(128,216,203); }
td.TdClassName
{
border-color: #80D8CB;
}
.TagClassName
{
border-color: #80D8CB;
}
</style>