Shades of Downy #6AE9BA
Tints of Downy #6AE9BA
RGB
CMYK
RGB Variations
Color information
#6AE9BA (or 0x6AE9BA) is known color: Downy. HEX triplet: 6A, E9 and BA. RGB value is (106,233,186). Sum of RGB (Red+Green+Blue) = 106+233+186=525 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.19% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE9BA is #951645. Grayscale: #BDBDBD. Windows color (decimal): -9770566 or 12249450. OLE color: 12249450.
HSL color Cylindrical-coordinate representation of color #6AE9BA: hue angle of 157.8º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE9BA is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 233 | 186 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.09 |
| HSL | 157.8º | 0.74% | 0.66% | - |
| HSV(B) | 157.8º | 0.55% | 0.91% | - |
| XYZ | 43.95 | 64.89 | 56.66 | - |
| YUV | 189.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 233 | 186 | 0.55 | 0 | 0.20 | 0.09 | 157.8 | 0.74 | 0.66 |
| Hex | 6A | E9 | BA | 37 | 0 | 14 | 9 | 9E | 4A | 42 |
| Octal | 152 | 351 | 272 | 67 | 0 | 24 | 11 | 236 | 112 | 102 |
| Binary | 1101010 | 11101001 | 10111010 | 110111 | 0 | 10100 | 1001 | 10011110 | 1001010 | 1000010 |
Color Harmonies of #6AE9BA
Complementary color
Monochromatic Colors of #6AE9BA
Black with #6AE9BA
Text Example
Text Example
White with #6AE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE9BA; }
p { color: rgb(106,233,186); }
H1.HeaderClassName
{
color: #6AE9BA;
}
.AnyTagClassName
{
color: #6AE9BA;
}
</style>
background-color css
<style>
a { background-color: #6AE9BA; }
a { background-color: rgb(106,233,186); }
div.DivClassName
{
background-color: #6AE9BA;
}
.BgClassName
{
background-color: #6AE9BA;
}
</style>
border-color css
<style>
span { border-color: #6AE9BA; }
span { border-color: rgb(106,233,186); }
td.TdClassName
{
border-color: #6AE9BA;
}
.TagClassName
{
border-color: #6AE9BA;
}
</style>