Shades of Downy #7AE4B4
Tints of Downy #7AE4B4
RGB
CMYK
RGB Variations
Color information
#7AE4B4 (or 0x7AE4B4) is known color: Downy. HEX triplet: 7A, E4 and B4. RGB value is (122,228,180). Sum of RGB (Red+Green+Blue) = 122+228+180=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE4B4 is #851B4B. Grayscale: #BEBEBE. Windows color (decimal): -8723276 or 11854970. OLE color: 11854970.
HSL color Cylindrical-coordinate representation of color #7AE4B4: hue angle of 152.83º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE4B4 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 228 | 180 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.11 |
| HSL | 152.83º | 0.66% | 0.69% | - |
| HSV(B) | 152.83º | 0.46% | 0.89% | - |
| XYZ | 44.01 | 62.92 | 53.01 | - |
| YUV | 190.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 228 | 180 | 0.46 | 0 | 0.21 | 0.11 | 152.83 | 0.66 | 0.69 |
| Hex | 7A | E4 | B4 | 2E | 0 | 15 | B | 99 | 42 | 45 |
| Octal | 172 | 344 | 264 | 56 | 0 | 25 | 13 | 231 | 102 | 105 |
| Binary | 1111010 | 11100100 | 10110100 | 101110 | 0 | 10101 | 1011 | 10011001 | 1000010 | 1000101 |
Color Harmonies of #7AE4B4
Complementary color
Monochromatic Colors of #7AE4B4
Black with #7AE4B4
Text Example
Text Example
White with #7AE4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE4B4; }
p { color: rgb(122,228,180); }
H1.HeaderClassName
{
color: #7AE4B4;
}
.AnyTagClassName
{
color: #7AE4B4;
}
</style>
background-color css
<style>
a { background-color: #7AE4B4; }
a { background-color: rgb(122,228,180); }
div.DivClassName
{
background-color: #7AE4B4;
}
.BgClassName
{
background-color: #7AE4B4;
}
</style>
border-color css
<style>
span { border-color: #7AE4B4; }
span { border-color: rgb(122,228,180); }
td.TdClassName
{
border-color: #7AE4B4;
}
.TagClassName
{
border-color: #7AE4B4;
}
</style>