Shades of Spray #7AD5D7
Tints of Spray #7AD5D7
RGB
CMYK
RGB Variations
Color information
#7AD5D7 (or 0x7AD5D7) is known color: Spray. HEX triplet: 7A, D5 and D7. RGB value is (122,213,215). Sum of RGB (Red+Green+Blue) = 122+213+215=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #7AD5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5D7 is #852A28. Grayscale: #B9B9B9. Windows color (decimal): -8727081 or 14144890. OLE color: 14144890.
HSL color Cylindrical-coordinate representation of color #7AD5D7: hue angle of 181.29º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD5D7 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 215 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.16 |
| HSL | 181.29º | 0.54% | 0.66% | - |
| HSV(B) | 181.29º | 0.43% | 0.84% | - |
| XYZ | 44.09 | 56.63 | 72.9 | - |
| YUV | 186.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 215 | 0.43 | 0.01 | 0 | 0.16 | 181.29 | 0.54 | 0.66 |
| Hex | 7A | D5 | D7 | 2B | 1 | 0 | 10 | B5 | 36 | 42 |
| Octal | 172 | 325 | 327 | 53 | 1 | 0 | 20 | 265 | 66 | 102 |
| Binary | 1111010 | 11010101 | 11010111 | 101011 | 1 | 0 | 10000 | 10110101 | 110110 | 1000010 |
Color Harmonies of #7AD5D7
Complementary color
Monochromatic Colors of #7AD5D7
Black with #7AD5D7
Text Example
Text Example
White with #7AD5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5D7; }
p { color: rgb(122,213,215); }
H1.HeaderClassName
{
color: #7AD5D7;
}
.AnyTagClassName
{
color: #7AD5D7;
}
</style>
background-color css
<style>
a { background-color: #7AD5D7; }
a { background-color: rgb(122,213,215); }
div.DivClassName
{
background-color: #7AD5D7;
}
.BgClassName
{
background-color: #7AD5D7;
}
</style>
border-color css
<style>
span { border-color: #7AD5D7; }
span { border-color: rgb(122,213,215); }
td.TdClassName
{
border-color: #7AD5D7;
}
.TagClassName
{
border-color: #7AD5D7;
}
</style>