Shades of Riptide #80D6CB
Tints of Riptide #80D6CB
RGB
CMYK
RGB Variations
Color information
#80D6CB (or 0x80D6CB) is known color: Riptide. HEX triplet: 80, D6 and CB. RGB value is (128,214,203). Sum of RGB (Red+Green+Blue) = 128+214+203=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6CB is #7F2934. Grayscale: #BABABA. Windows color (decimal): -8333621 or 13358720. OLE color: 13358720.
HSL color Cylindrical-coordinate representation of color #80D6CB: hue angle of 172.33º degrees, saturation: 0.51, 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 #80D6CB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 203 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.16 |
| HSL | 172.33º | 0.51% | 0.67% | - |
| HSV(B) | 172.33º | 0.4% | 0.84% | - |
| XYZ | 43.73 | 56.99 | 65.2 | - |
| YUV | 187.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 203 | 0.40 | 0 | 0.05 | 0.16 | 172.33 | 0.51 | 0.67 |
| Hex | 80 | D6 | CB | 28 | 0 | 5 | 10 | AC | 33 | 43 |
| Octal | 200 | 326 | 313 | 50 | 0 | 5 | 20 | 254 | 63 | 103 |
| Binary | 10000000 | 11010110 | 11001011 | 101000 | 0 | 101 | 10000 | 10101100 | 110011 | 1000011 |
Color Harmonies of #80D6CB
Complementary color
Monochromatic Colors of #80D6CB
Black with #80D6CB
Text Example
Text Example
White with #80D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6CB; }
p { color: rgb(128,214,203); }
H1.HeaderClassName
{
color: #80D6CB;
}
.AnyTagClassName
{
color: #80D6CB;
}
</style>
background-color css
<style>
a { background-color: #80D6CB; }
a { background-color: rgb(128,214,203); }
div.DivClassName
{
background-color: #80D6CB;
}
.BgClassName
{
background-color: #80D6CB;
}
</style>
border-color css
<style>
span { border-color: #80D6CB; }
span { border-color: rgb(128,214,203); }
td.TdClassName
{
border-color: #80D6CB;
}
.TagClassName
{
border-color: #80D6CB;
}
</style>