Shades of Spray #84D4D3
Tints of Spray #84D4D3
RGB
CMYK
RGB Variations
Color information
#84D4D3 (or 0x84D4D3) is known color: Spray. HEX triplet: 84, D4 and D3. RGB value is (132,212,211). Sum of RGB (Red+Green+Blue) = 132+212+211=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #84D4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D4D3 is #7B2B2C. Grayscale: #BBBBBB. Windows color (decimal): -8071981 or 13882500. OLE color: 13882500.
HSL color Cylindrical-coordinate representation of color #84D4D3: hue angle of 179.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D4D3 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 212 | 211 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.17 |
| HSL | 179.25º | 0.48% | 0.67% | - |
| HSV(B) | 179.25º | 0.38% | 0.83% | - |
| XYZ | 44.82 | 56.7 | 70.21 | - |
| YUV | 187.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 212 | 211 | 0.38 | 0 | 0.00 | 0.17 | 179.25 | 0.48 | 0.67 |
| Hex | 84 | D4 | D3 | 26 | 0 | 0 | 11 | B3 | 30 | 43 |
| Octal | 204 | 324 | 323 | 46 | 0 | 0 | 21 | 263 | 60 | 103 |
| Binary | 10000100 | 11010100 | 11010011 | 100110 | 0 | 0 | 10001 | 10110011 | 110000 | 1000011 |
Color Harmonies of #84D4D3
Complementary color
Monochromatic Colors of #84D4D3
Black with #84D4D3
Text Example
Text Example
White with #84D4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D4D3; }
p { color: rgb(132,212,211); }
H1.HeaderClassName
{
color: #84D4D3;
}
.AnyTagClassName
{
color: #84D4D3;
}
</style>
background-color css
<style>
a { background-color: #84D4D3; }
a { background-color: rgb(132,212,211); }
div.DivClassName
{
background-color: #84D4D3;
}
.BgClassName
{
background-color: #84D4D3;
}
</style>
border-color css
<style>
span { border-color: #84D4D3; }
span { border-color: rgb(132,212,211); }
td.TdClassName
{
border-color: #84D4D3;
}
.TagClassName
{
border-color: #84D4D3;
}
</style>