Shades of Spray #7AC5CE
Tints of Spray #7AC5CE
RGB
CMYK
RGB Variations
Color information
#7AC5CE (or 0x7AC5CE) is known color: Spray. HEX triplet: 7A, C5 and CE. RGB value is (122,197,206). Sum of RGB (Red+Green+Blue) = 122+197+206=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC5CE is #853A31. Grayscale: #AFAFAF. Windows color (decimal): -8731186 or 13550970. OLE color: 13550970.
HSL color Cylindrical-coordinate representation of color #7AC5CE: hue angle of 186.43º 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 #7AC5CE is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 197 | 206 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.19 |
| HSL | 186.43º | 0.46% | 0.64% | - |
| HSV(B) | 186.43º | 0.41% | 0.81% | - |
| XYZ | 39.13 | 48.53 | 65.7 | - |
| YUV | 175.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 206 | 0.41 | 0.04 | 0 | 0.19 | 186.43 | 0.46 | 0.64 |
| Hex | 7A | C5 | CE | 29 | 4 | 0 | 13 | BA | 2E | 40 |
| Octal | 172 | 305 | 316 | 51 | 4 | 0 | 23 | 272 | 56 | 100 |
| Binary | 1111010 | 11000101 | 11001110 | 101001 | 100 | 0 | 10011 | 10111010 | 101110 | 1000000 |
Color Harmonies of #7AC5CE
Complementary color
Monochromatic Colors of #7AC5CE
Black with #7AC5CE
Text Example
Text Example
White with #7AC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC5CE; }
p { color: rgb(122,197,206); }
H1.HeaderClassName
{
color: #7AC5CE;
}
.AnyTagClassName
{
color: #7AC5CE;
}
</style>
background-color css
<style>
a { background-color: #7AC5CE; }
a { background-color: rgb(122,197,206); }
div.DivClassName
{
background-color: #7AC5CE;
}
.BgClassName
{
background-color: #7AC5CE;
}
</style>
border-color css
<style>
span { border-color: #7AC5CE; }
span { border-color: rgb(122,197,206); }
td.TdClassName
{
border-color: #7AC5CE;
}
.TagClassName
{
border-color: #7AC5CE;
}
</style>