Shades of Downy #7AE1B3
Tints of Downy #7AE1B3
RGB
CMYK
RGB Variations
Color information
#7AE1B3 (or 0x7AE1B3) is known color: Downy. HEX triplet: 7A, E1 and B3. RGB value is (122,225,179). Sum of RGB (Red+Green+Blue) = 122+225+179=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE1B3 is #851E4C. Grayscale: #BDBDBD. Windows color (decimal): -8724045 or 11788666. OLE color: 11788666.
HSL color Cylindrical-coordinate representation of color #7AE1B3: hue angle of 153.2º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1B3 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 179 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.12 |
| HSL | 153.2º | 0.63% | 0.68% | - |
| HSV(B) | 153.2º | 0.46% | 0.88% | - |
| XYZ | 43.09 | 61.24 | 52.2 | - |
| YUV | 188.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 179 | 0.46 | 0 | 0.20 | 0.12 | 153.2 | 0.63 | 0.68 |
| Hex | 7A | E1 | B3 | 2E | 0 | 14 | C | 99 | 3F | 44 |
| Octal | 172 | 341 | 263 | 56 | 0 | 24 | 14 | 231 | 77 | 104 |
| Binary | 1111010 | 11100001 | 10110011 | 101110 | 0 | 10100 | 1100 | 10011001 | 111111 | 1000100 |
Color Harmonies of #7AE1B3
Complementary color
Monochromatic Colors of #7AE1B3
Black with #7AE1B3
Text Example
Text Example
White with #7AE1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE1B3; }
p { color: rgb(122,225,179); }
H1.HeaderClassName
{
color: #7AE1B3;
}
.AnyTagClassName
{
color: #7AE1B3;
}
</style>
background-color css
<style>
a { background-color: #7AE1B3; }
a { background-color: rgb(122,225,179); }
div.DivClassName
{
background-color: #7AE1B3;
}
.BgClassName
{
background-color: #7AE1B3;
}
</style>
border-color css
<style>
span { border-color: #7AE1B3; }
span { border-color: rgb(122,225,179); }
td.TdClassName
{
border-color: #7AE1B3;
}
.TagClassName
{
border-color: #7AE1B3;
}
</style>