Shades of Downy #7AE6B8
Tints of Downy #7AE6B8
RGB
CMYK
RGB Variations
Color information
#7AE6B8 (or 0x7AE6B8) is known color: Downy. HEX triplet: 7A, E6 and B8. RGB value is (122,230,184). Sum of RGB (Red+Green+Blue) = 122+230+184=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE6B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE6B8 is #851947. Grayscale: #C0C0C0. Windows color (decimal): -8722760 or 12117626. OLE color: 12117626.
HSL color Cylindrical-coordinate representation of color #7AE6B8: hue angle of 154.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE6B8 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 184 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.10 |
| HSL | 154.44º | 0.68% | 0.69% | - |
| HSV(B) | 154.44º | 0.47% | 0.9% | - |
| XYZ | 44.97 | 64.19 | 55.37 | - |
| YUV | 192.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 184 | 0.47 | 0 | 0.2 | 0.10 | 154.44 | 0.68 | 0.69 |
| Hex | 7A | E6 | B8 | 2F | 0 | 14 | A | 9A | 44 | 45 |
| Octal | 172 | 346 | 270 | 57 | 0 | 24 | 12 | 232 | 104 | 105 |
| Binary | 1111010 | 11100110 | 10111000 | 101111 | 0 | 10100 | 1010 | 10011010 | 1000100 | 1000101 |
Color Harmonies of #7AE6B8
Complementary color
Monochromatic Colors of #7AE6B8
Black with #7AE6B8
Text Example
Text Example
White with #7AE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE6B8; }
p { color: rgb(122,230,184); }
H1.HeaderClassName
{
color: #7AE6B8;
}
.AnyTagClassName
{
color: #7AE6B8;
}
</style>
background-color css
<style>
a { background-color: #7AE6B8; }
a { background-color: rgb(122,230,184); }
div.DivClassName
{
background-color: #7AE6B8;
}
.BgClassName
{
background-color: #7AE6B8;
}
</style>
border-color css
<style>
span { border-color: #7AE6B8; }
span { border-color: rgb(122,230,184); }
td.TdClassName
{
border-color: #7AE6B8;
}
.TagClassName
{
border-color: #7AE6B8;
}
</style>