Shades of Downy #7AE1B4
Tints of Downy #7AE1B4
RGB
CMYK
RGB Variations
Color information
#7AE1B4 (or 0x7AE1B4) is known color: Downy. HEX triplet: 7A, E1 and B4. RGB value is (122,225,180). Sum of RGB (Red+Green+Blue) = 122+225+180=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE1B4 is #851E4B. Grayscale: #BDBDBD. Windows color (decimal): -8724044 or 11854202. OLE color: 11854202.
HSL color Cylindrical-coordinate representation of color #7AE1B4: hue angle of 153.79º 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 #7AE1B4 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 180 | - |
| CMYK | 0.46 | 0 | 0.2 | 0.12 |
| HSL | 153.79º | 0.63% | 0.68% | - |
| HSV(B) | 153.79º | 0.46% | 0.88% | - |
| XYZ | 43.19 | 61.28 | 52.73 | - |
| YUV | 189.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 180 | 0.46 | 0 | 0.2 | 0.12 | 153.79 | 0.63 | 0.68 |
| Hex | 7A | E1 | B4 | 2E | 0 | 14 | C | 9A | 3F | 44 |
| Octal | 172 | 341 | 264 | 56 | 0 | 24 | 14 | 232 | 77 | 104 |
| Binary | 1111010 | 11100001 | 10110100 | 101110 | 0 | 10100 | 1100 | 10011010 | 111111 | 1000100 |
Color Harmonies of #7AE1B4
Complementary color
Monochromatic Colors of #7AE1B4
Black with #7AE1B4
Text Example
Text Example
White with #7AE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE1B4; }
p { color: rgb(122,225,180); }
H1.HeaderClassName
{
color: #7AE1B4;
}
.AnyTagClassName
{
color: #7AE1B4;
}
</style>
background-color css
<style>
a { background-color: #7AE1B4; }
a { background-color: rgb(122,225,180); }
div.DivClassName
{
background-color: #7AE1B4;
}
.BgClassName
{
background-color: #7AE1B4;
}
</style>
border-color css
<style>
span { border-color: #7AE1B4; }
span { border-color: rgb(122,225,180); }
td.TdClassName
{
border-color: #7AE1B4;
}
.TagClassName
{
border-color: #7AE1B4;
}
</style>