Shades of Downy #7ACECC
Tints of Downy #7ACECC
RGB
CMYK
RGB Variations
Color information
#7ACECC (or 0x7ACECC) is known color: Downy. HEX triplet: 7A, CE and CC. RGB value is (122,206,204). Sum of RGB (Red+Green+Blue) = 122+206+204=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACECC is #853133. Grayscale: #B4B4B4. Windows color (decimal): -8728884 or 13422202. OLE color: 13422202.
HSL color Cylindrical-coordinate representation of color #7ACECC: hue angle of 178.57º 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 #7ACECC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 204 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.19 |
| HSL | 178.57º | 0.46% | 0.64% | - |
| HSV(B) | 178.57º | 0.41% | 0.81% | - |
| XYZ | 41 | 52.64 | 65.13 | - |
| YUV | 180.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 204 | 0.41 | 0 | 0.01 | 0.19 | 178.57 | 0.46 | 0.64 |
| Hex | 7A | CE | CC | 29 | 0 | 1 | 13 | B3 | 2E | 40 |
| Octal | 172 | 316 | 314 | 51 | 0 | 1 | 23 | 263 | 56 | 100 |
| Binary | 1111010 | 11001110 | 11001100 | 101001 | 0 | 1 | 10011 | 10110011 | 101110 | 1000000 |
Color Harmonies of #7ACECC
Complementary color
Monochromatic Colors of #7ACECC
Black with #7ACECC
Text Example
Text Example
White with #7ACECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACECC; }
p { color: rgb(122,206,204); }
H1.HeaderClassName
{
color: #7ACECC;
}
.AnyTagClassName
{
color: #7ACECC;
}
</style>
background-color css
<style>
a { background-color: #7ACECC; }
a { background-color: rgb(122,206,204); }
div.DivClassName
{
background-color: #7ACECC;
}
.BgClassName
{
background-color: #7ACECC;
}
</style>
border-color css
<style>
span { border-color: #7ACECC; }
span { border-color: rgb(122,206,204); }
td.TdClassName
{
border-color: #7ACECC;
}
.TagClassName
{
border-color: #7ACECC;
}
</style>