Shades of Spray #81DDDD
Tints of Spray #81DDDD
RGB
CMYK
RGB Variations
Color information
#81DDDD (or 0x81DDDD) is known color: Spray. HEX triplet: 81, DD and DD. RGB value is (129,221,221). Sum of RGB (Red+Green+Blue) = 129+221+221=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #81DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDDD is #7E2222. Grayscale: #C1C1C1. Windows color (decimal): -8266275 or 14540161. OLE color: 14540161.
HSL color Cylindrical-coordinate representation of color #81DDDD: hue angle of 180º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DDDD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 221 | - |
| CMYK | 0.42 | 0 | 0 | 0.13 |
| HSL | 180º | 0.58% | 0.69% | - |
| HSV(B) | 180º | 0.42% | 0.87% | - |
| XYZ | 47.96 | 61.6 | 77.77 | - |
| YUV | 193.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 221 | 0.42 | 0 | 0 | 0.13 | 180 | 0.58 | 0.69 |
| Hex | 81 | DD | DD | 2A | 0 | 0 | D | B4 | 3A | 45 |
| Octal | 201 | 335 | 335 | 52 | 0 | 0 | 15 | 264 | 72 | 105 |
| Binary | 10000001 | 11011101 | 11011101 | 101010 | 0 | 0 | 1101 | 10110100 | 111010 | 1000101 |
Color Harmonies of #81DDDD
Complementary color
Monochromatic Colors of #81DDDD
Black with #81DDDD
Text Example
Text Example
White with #81DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDDD; }
p { color: rgb(129,221,221); }
H1.HeaderClassName
{
color: #81DDDD;
}
.AnyTagClassName
{
color: #81DDDD;
}
</style>
background-color css
<style>
a { background-color: #81DDDD; }
a { background-color: rgb(129,221,221); }
div.DivClassName
{
background-color: #81DDDD;
}
.BgClassName
{
background-color: #81DDDD;
}
</style>
border-color css
<style>
span { border-color: #81DDDD; }
span { border-color: rgb(129,221,221); }
td.TdClassName
{
border-color: #81DDDD;
}
.TagClassName
{
border-color: #81DDDD;
}
</style>