Shades of Spray #7ACADC
Tints of Spray #7ACADC
RGB
CMYK
RGB Variations
Color information
#7ACADC (or 0x7ACADC) is known color: Spray. HEX triplet: 7A, CA and DC. RGB value is (122,202,220). Sum of RGB (Red+Green+Blue) = 122+202+220=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ACADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACADC is #853523. Grayscale: #B3B3B3. Windows color (decimal): -8729892 or 14469754. OLE color: 14469754.
HSL color Cylindrical-coordinate representation of color #7ACADC: hue angle of 191.02º 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 #7ACADC is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 202 | 220 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.14 |
| HSL | 191.02º | 0.58% | 0.67% | - |
| HSV(B) | 191.02º | 0.45% | 0.86% | - |
| XYZ | 42.06 | 51.55 | 75.44 | - |
| YUV | 180.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 220 | 0.45 | 0.08 | 0 | 0.14 | 191.02 | 0.58 | 0.67 |
| Hex | 7A | CA | DC | 2D | 8 | 0 | E | BF | 3A | 43 |
| Octal | 172 | 312 | 334 | 55 | 10 | 0 | 16 | 277 | 72 | 103 |
| Binary | 1111010 | 11001010 | 11011100 | 101101 | 1000 | 0 | 1110 | 10111111 | 111010 | 1000011 |
Color Harmonies of #7ACADC
Complementary color
Monochromatic Colors of #7ACADC
Black with #7ACADC
Text Example
Text Example
White with #7ACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACADC; }
p { color: rgb(122,202,220); }
H1.HeaderClassName
{
color: #7ACADC;
}
.AnyTagClassName
{
color: #7ACADC;
}
</style>
background-color css
<style>
a { background-color: #7ACADC; }
a { background-color: rgb(122,202,220); }
div.DivClassName
{
background-color: #7ACADC;
}
.BgClassName
{
background-color: #7ACADC;
}
</style>
border-color css
<style>
span { border-color: #7ACADC; }
span { border-color: rgb(122,202,220); }
td.TdClassName
{
border-color: #7ACADC;
}
.TagClassName
{
border-color: #7ACADC;
}
</style>