Shades of Downy #7ACECB
Tints of Downy #7ACECB
RGB
CMYK
RGB Variations
Color information
#7ACECB (or 0x7ACECB) is known color: Downy. HEX triplet: 7A, CE and CB. RGB value is (122,206,203). Sum of RGB (Red+Green+Blue) = 122+206+203=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACECB is #853134. Grayscale: #B4B4B4. Windows color (decimal): -8728885 or 13356666. OLE color: 13356666.
HSL color Cylindrical-coordinate representation of color #7ACECB: hue angle of 177.86º 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 #7ACECB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 203 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.19 |
| HSL | 177.86º | 0.46% | 0.64% | - |
| HSV(B) | 177.86º | 0.41% | 0.81% | - |
| XYZ | 40.88 | 52.59 | 64.5 | - |
| YUV | 180.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 203 | 0.41 | 0 | 0.01 | 0.19 | 177.86 | 0.46 | 0.64 |
| Hex | 7A | CE | CB | 29 | 0 | 1 | 13 | B2 | 2E | 40 |
| Octal | 172 | 316 | 313 | 51 | 0 | 1 | 23 | 262 | 56 | 100 |
| Binary | 1111010 | 11001110 | 11001011 | 101001 | 0 | 1 | 10011 | 10110010 | 101110 | 1000000 |
Color Harmonies of #7ACECB
Complementary color
Monochromatic Colors of #7ACECB
Black with #7ACECB
Text Example
Text Example
White with #7ACECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACECB; }
p { color: rgb(122,206,203); }
H1.HeaderClassName
{
color: #7ACECB;
}
.AnyTagClassName
{
color: #7ACECB;
}
</style>
background-color css
<style>
a { background-color: #7ACECB; }
a { background-color: rgb(122,206,203); }
div.DivClassName
{
background-color: #7ACECB;
}
.BgClassName
{
background-color: #7ACECB;
}
</style>
border-color css
<style>
span { border-color: #7ACECB; }
span { border-color: rgb(122,206,203); }
td.TdClassName
{
border-color: #7ACECB;
}
.TagClassName
{
border-color: #7ACECB;
}
</style>