Shades of Spray #80DFDD
Tints of Spray #80DFDD
RGB
CMYK
RGB Variations
Color information
#80DFDD (or 0x80DFDD) is known color: Spray. HEX triplet: 80, DF and DD. RGB value is (128,223,221). Sum of RGB (Red+Green+Blue) = 128+223+221=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFDD is #7F2022. Grayscale: #C2C2C2. Windows color (decimal): -8331299 or 14540672. OLE color: 14540672.
HSL color Cylindrical-coordinate representation of color #80DFDD: hue angle of 178.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFDD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 221 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.13 |
| HSL | 178.74º | 0.6% | 0.69% | - |
| HSV(B) | 178.74º | 0.43% | 0.87% | - |
| XYZ | 48.34 | 62.59 | 77.94 | - |
| YUV | 194.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 221 | 0.43 | 0 | 0.01 | 0.13 | 178.74 | 0.6 | 0.69 |
| Hex | 80 | DF | DD | 2B | 0 | 1 | D | B3 | 3C | 45 |
| Octal | 200 | 337 | 335 | 53 | 0 | 1 | 15 | 263 | 74 | 105 |
| Binary | 10000000 | 11011111 | 11011101 | 101011 | 0 | 1 | 1101 | 10110011 | 111100 | 1000101 |
Color Harmonies of #80DFDD
Complementary color
Monochromatic Colors of #80DFDD
Black with #80DFDD
Text Example
Text Example
White with #80DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFDD; }
p { color: rgb(128,223,221); }
H1.HeaderClassName
{
color: #80DFDD;
}
.AnyTagClassName
{
color: #80DFDD;
}
</style>
background-color css
<style>
a { background-color: #80DFDD; }
a { background-color: rgb(128,223,221); }
div.DivClassName
{
background-color: #80DFDD;
}
.BgClassName
{
background-color: #80DFDD;
}
</style>
border-color css
<style>
span { border-color: #80DFDD; }
span { border-color: rgb(128,223,221); }
td.TdClassName
{
border-color: #80DFDD;
}
.TagClassName
{
border-color: #80DFDD;
}
</style>