Shades of Spray #7AC4DC
Tints of Spray #7AC4DC
RGB
CMYK
RGB Variations
Color information
#7AC4DC (or 0x7AC4DC) is known color: Spray. HEX triplet: 7A, C4 and DC. RGB value is (122,196,220). Sum of RGB (Red+Green+Blue) = 122+196+220=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AC4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC4DC is #853B23. Grayscale: #B0B0B0. Windows color (decimal): -8731428 or 14468218. OLE color: 14468218.
HSL color Cylindrical-coordinate representation of color #7AC4DC: hue angle of 194.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC4DC is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 196 | 220 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.14 |
| HSL | 194.69º | 0.58% | 0.67% | - |
| HSV(B) | 194.69º | 0.45% | 0.86% | - |
| XYZ | 40.68 | 48.78 | 74.98 | - |
| YUV | 176.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 220 | 0.45 | 0.11 | 0 | 0.14 | 194.69 | 0.58 | 0.67 |
| Hex | 7A | C4 | DC | 2D | B | 0 | E | C3 | 3A | 43 |
| Octal | 172 | 304 | 334 | 55 | 13 | 0 | 16 | 303 | 72 | 103 |
| Binary | 1111010 | 11000100 | 11011100 | 101101 | 1011 | 0 | 1110 | 11000011 | 111010 | 1000011 |
Color Harmonies of #7AC4DC
Complementary color
Monochromatic Colors of #7AC4DC
Black with #7AC4DC
Text Example
Text Example
White with #7AC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC4DC; }
p { color: rgb(122,196,220); }
H1.HeaderClassName
{
color: #7AC4DC;
}
.AnyTagClassName
{
color: #7AC4DC;
}
</style>
background-color css
<style>
a { background-color: #7AC4DC; }
a { background-color: rgb(122,196,220); }
div.DivClassName
{
background-color: #7AC4DC;
}
.BgClassName
{
background-color: #7AC4DC;
}
</style>
border-color css
<style>
span { border-color: #7AC4DC; }
span { border-color: rgb(122,196,220); }
td.TdClassName
{
border-color: #7AC4DC;
}
.TagClassName
{
border-color: #7AC4DC;
}
</style>