Shades of Riptide #80D3CB
Tints of Riptide #80D3CB
RGB
CMYK
RGB Variations
Color information
#80D3CB (or 0x80D3CB) is known color: Riptide. HEX triplet: 80, D3 and CB. RGB value is (128,211,203). Sum of RGB (Red+Green+Blue) = 128+211+203=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3CB is #7F2C34. Grayscale: #B9B9B9. Windows color (decimal): -8334389 or 13357952. OLE color: 13357952.
HSL color Cylindrical-coordinate representation of color #80D3CB: hue angle of 174.22º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D3CB is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 203 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.17 |
| HSL | 174.22º | 0.49% | 0.66% | - |
| HSV(B) | 174.22º | 0.39% | 0.83% | - |
| XYZ | 42.98 | 55.49 | 64.95 | - |
| YUV | 185.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 203 | 0.39 | 0 | 0.04 | 0.17 | 174.22 | 0.49 | 0.66 |
| Hex | 80 | D3 | CB | 27 | 0 | 4 | 11 | AE | 31 | 42 |
| Octal | 200 | 323 | 313 | 47 | 0 | 4 | 21 | 256 | 61 | 102 |
| Binary | 10000000 | 11010011 | 11001011 | 100111 | 0 | 100 | 10001 | 10101110 | 110001 | 1000010 |
Color Harmonies of #80D3CB
Complementary color
Monochromatic Colors of #80D3CB
Black with #80D3CB
Text Example
Text Example
White with #80D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3CB; }
p { color: rgb(128,211,203); }
H1.HeaderClassName
{
color: #80D3CB;
}
.AnyTagClassName
{
color: #80D3CB;
}
</style>
background-color css
<style>
a { background-color: #80D3CB; }
a { background-color: rgb(128,211,203); }
div.DivClassName
{
background-color: #80D3CB;
}
.BgClassName
{
background-color: #80D3CB;
}
</style>
border-color css
<style>
span { border-color: #80D3CB; }
span { border-color: rgb(128,211,203); }
td.TdClassName
{
border-color: #80D3CB;
}
.TagClassName
{
border-color: #80D3CB;
}
</style>