Shades of Riptide #80D3CC
Tints of Riptide #80D3CC
RGB
CMYK
RGB Variations
Color information
#80D3CC (or 0x80D3CC) is known color: Riptide. HEX triplet: 80, D3 and CC. RGB value is (128,211,204). Sum of RGB (Red+Green+Blue) = 128+211+204=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3CC is #7F2C33. Grayscale: #B9B9B9. Windows color (decimal): -8334388 or 13423488. OLE color: 13423488.
HSL color Cylindrical-coordinate representation of color #80D3CC: hue angle of 174.94º 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 #80D3CC is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 204 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.17 |
| HSL | 174.94º | 0.49% | 0.66% | - |
| HSV(B) | 174.94º | 0.39% | 0.83% | - |
| XYZ | 43.1 | 55.54 | 65.58 | - |
| YUV | 185.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 204 | 0.39 | 0 | 0.03 | 0.17 | 174.94 | 0.49 | 0.66 |
| Hex | 80 | D3 | CC | 27 | 0 | 3 | 11 | AF | 31 | 42 |
| Octal | 200 | 323 | 314 | 47 | 0 | 3 | 21 | 257 | 61 | 102 |
| Binary | 10000000 | 11010011 | 11001100 | 100111 | 0 | 11 | 10001 | 10101111 | 110001 | 1000010 |
Color Harmonies of #80D3CC
Complementary color
Monochromatic Colors of #80D3CC
Black with #80D3CC
Text Example
Text Example
White with #80D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3CC; }
p { color: rgb(128,211,204); }
H1.HeaderClassName
{
color: #80D3CC;
}
.AnyTagClassName
{
color: #80D3CC;
}
</style>
background-color css
<style>
a { background-color: #80D3CC; }
a { background-color: rgb(128,211,204); }
div.DivClassName
{
background-color: #80D3CC;
}
.BgClassName
{
background-color: #80D3CC;
}
</style>
border-color css
<style>
span { border-color: #80D3CC; }
span { border-color: rgb(128,211,204); }
td.TdClassName
{
border-color: #80D3CC;
}
.TagClassName
{
border-color: #80D3CC;
}
</style>