Shades of Downy #7ACEC0
Tints of Downy #7ACEC0
RGB
CMYK
RGB Variations
Color information
#7ACEC0 (or 0x7ACEC0) is known color: Downy. HEX triplet: 7A, CE and C0. RGB value is (122,206,192). Sum of RGB (Red+Green+Blue) = 122+206+192=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEC0 is #85313F. Grayscale: #B3B3B3. Windows color (decimal): -8728896 or 12635770. OLE color: 12635770.
HSL color Cylindrical-coordinate representation of color #7ACEC0: hue angle of 170º 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 #7ACEC0 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 192 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.19 |
| HSL | 170º | 0.46% | 0.64% | - |
| HSV(B) | 170º | 0.41% | 0.81% | - |
| XYZ | 39.61 | 52.09 | 57.84 | - |
| YUV | 179.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 192 | 0.41 | 0 | 0.07 | 0.19 | 170 | 0.46 | 0.64 |
| Hex | 7A | CE | C0 | 29 | 0 | 7 | 13 | AA | 2E | 40 |
| Octal | 172 | 316 | 300 | 51 | 0 | 7 | 23 | 252 | 56 | 100 |
| Binary | 1111010 | 11001110 | 11000000 | 101001 | 0 | 111 | 10011 | 10101010 | 101110 | 1000000 |
Color Harmonies of #7ACEC0
Complementary color
Monochromatic Colors of #7ACEC0
Black with #7ACEC0
Text Example
Text Example
White with #7ACEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEC0; }
p { color: rgb(122,206,192); }
H1.HeaderClassName
{
color: #7ACEC0;
}
.AnyTagClassName
{
color: #7ACEC0;
}
</style>
background-color css
<style>
a { background-color: #7ACEC0; }
a { background-color: rgb(122,206,192); }
div.DivClassName
{
background-color: #7ACEC0;
}
.BgClassName
{
background-color: #7ACEC0;
}
</style>
border-color css
<style>
span { border-color: #7ACEC0; }
span { border-color: rgb(122,206,192); }
td.TdClassName
{
border-color: #7ACEC0;
}
.TagClassName
{
border-color: #7ACEC0;
}
</style>