Shades of Downy #7ACCC2
Tints of Downy #7ACCC2
RGB
CMYK
RGB Variations
Color information
#7ACCC2 (or 0x7ACCC2) is known color: Downy. HEX triplet: 7A, CC and C2. RGB value is (122,204,194). Sum of RGB (Red+Green+Blue) = 122+204+194=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCC2 is #85333D. Grayscale: #B2B2B2. Windows color (decimal): -8729406 or 12766330. OLE color: 12766330.
HSL color Cylindrical-coordinate representation of color #7ACCC2: hue angle of 172.68º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACCC2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 194 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.2 |
| HSL | 172.68º | 0.45% | 0.64% | - |
| HSV(B) | 172.68º | 0.4% | 0.8% | - |
| XYZ | 39.36 | 51.22 | 58.85 | - |
| YUV | 178.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 194 | 0.40 | 0 | 0.05 | 0.2 | 172.68 | 0.45 | 0.64 |
| Hex | 7A | CC | C2 | 28 | 0 | 5 | 14 | AD | 2D | 40 |
| Octal | 172 | 314 | 302 | 50 | 0 | 5 | 24 | 255 | 55 | 100 |
| Binary | 1111010 | 11001100 | 11000010 | 101000 | 0 | 101 | 10100 | 10101101 | 101101 | 1000000 |
Color Harmonies of #7ACCC2
Complementary color
Monochromatic Colors of #7ACCC2
Black with #7ACCC2
Text Example
Text Example
White with #7ACCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACCC2; }
p { color: rgb(122,204,194); }
H1.HeaderClassName
{
color: #7ACCC2;
}
.AnyTagClassName
{
color: #7ACCC2;
}
</style>
background-color css
<style>
a { background-color: #7ACCC2; }
a { background-color: rgb(122,204,194); }
div.DivClassName
{
background-color: #7ACCC2;
}
.BgClassName
{
background-color: #7ACCC2;
}
</style>
border-color css
<style>
span { border-color: #7ACCC2; }
span { border-color: rgb(122,204,194); }
td.TdClassName
{
border-color: #7ACCC2;
}
.TagClassName
{
border-color: #7ACCC2;
}
</style>