Shades of Spray #7AC9CE
Tints of Spray #7AC9CE
RGB
CMYK
RGB Variations
Color information
#7AC9CE (or 0x7AC9CE) is known color: Spray. HEX triplet: 7A, C9 and CE. RGB value is (122,201,206). Sum of RGB (Red+Green+Blue) = 122+201+206=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC9CE is #853631. Grayscale: #B1B1B1. Windows color (decimal): -8730162 or 13551994. OLE color: 13551994.
HSL color Cylindrical-coordinate representation of color #7AC9CE: hue angle of 183.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC9CE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 201 | 206 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.19 |
| HSL | 183.57º | 0.46% | 0.64% | - |
| HSV(B) | 183.57º | 0.41% | 0.81% | - |
| XYZ | 40.05 | 50.37 | 66 | - |
| YUV | 177.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 206 | 0.41 | 0.02 | 0 | 0.19 | 183.57 | 0.46 | 0.64 |
| Hex | 7A | C9 | CE | 29 | 2 | 0 | 13 | B8 | 2E | 40 |
| Octal | 172 | 311 | 316 | 51 | 2 | 0 | 23 | 270 | 56 | 100 |
| Binary | 1111010 | 11001001 | 11001110 | 101001 | 10 | 0 | 10011 | 10111000 | 101110 | 1000000 |
Color Harmonies of #7AC9CE
Complementary color
Monochromatic Colors of #7AC9CE
Black with #7AC9CE
Text Example
Text Example
White with #7AC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC9CE; }
p { color: rgb(122,201,206); }
H1.HeaderClassName
{
color: #7AC9CE;
}
.AnyTagClassName
{
color: #7AC9CE;
}
</style>
background-color css
<style>
a { background-color: #7AC9CE; }
a { background-color: rgb(122,201,206); }
div.DivClassName
{
background-color: #7AC9CE;
}
.BgClassName
{
background-color: #7AC9CE;
}
</style>
border-color css
<style>
span { border-color: #7AC9CE; }
span { border-color: rgb(122,201,206); }
td.TdClassName
{
border-color: #7AC9CE;
}
.TagClassName
{
border-color: #7AC9CE;
}
</style>