Shades of Spray #80D3D1
Tints of Spray #80D3D1
RGB
CMYK
RGB Variations
Color information
#80D3D1 (or 0x80D3D1) is known color: Spray. HEX triplet: 80, D3 and D1. RGB value is (128,211,209). Sum of RGB (Red+Green+Blue) = 128+211+209=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3D1 is #7F2C2E. Grayscale: #B9B9B9. Windows color (decimal): -8334383 or 13751168. OLE color: 13751168.
HSL color Cylindrical-coordinate representation of color #80D3D1: hue angle of 178.55º 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 #80D3D1 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 209 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.17 |
| HSL | 178.55º | 0.49% | 0.66% | - |
| HSV(B) | 178.55º | 0.39% | 0.83% | - |
| XYZ | 43.7 | 55.78 | 68.78 | - |
| YUV | 185.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 209 | 0.39 | 0 | 0.01 | 0.17 | 178.55 | 0.49 | 0.66 |
| Hex | 80 | D3 | D1 | 27 | 0 | 1 | 11 | B3 | 31 | 42 |
| Octal | 200 | 323 | 321 | 47 | 0 | 1 | 21 | 263 | 61 | 102 |
| Binary | 10000000 | 11010011 | 11010001 | 100111 | 0 | 1 | 10001 | 10110011 | 110001 | 1000010 |
Color Harmonies of #80D3D1
Complementary color
Monochromatic Colors of #80D3D1
Black with #80D3D1
Text Example
Text Example
White with #80D3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3D1; }
p { color: rgb(128,211,209); }
H1.HeaderClassName
{
color: #80D3D1;
}
.AnyTagClassName
{
color: #80D3D1;
}
</style>
background-color css
<style>
a { background-color: #80D3D1; }
a { background-color: rgb(128,211,209); }
div.DivClassName
{
background-color: #80D3D1;
}
.BgClassName
{
background-color: #80D3D1;
}
</style>
border-color css
<style>
span { border-color: #80D3D1; }
span { border-color: rgb(128,211,209); }
td.TdClassName
{
border-color: #80D3D1;
}
.TagClassName
{
border-color: #80D3D1;
}
</style>