Shades of Downy #6AE0BA
Tints of Downy #6AE0BA
RGB
CMYK
RGB Variations
Color information
#6AE0BA (or 0x6AE0BA) is known color: Downy. HEX triplet: 6A, E0 and BA. RGB value is (106,224,186). Sum of RGB (Red+Green+Blue) = 106+224+186=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE0BA is #951F45. Grayscale: #B8B8B8. Windows color (decimal): -9772870 or 12247146. OLE color: 12247146.
HSL color Cylindrical-coordinate representation of color #6AE0BA: hue angle of 160.68º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE0BA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 186 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.12 |
| HSL | 160.68º | 0.66% | 0.65% | - |
| HSV(B) | 160.68º | 0.53% | 0.88% | - |
| XYZ | 41.46 | 59.92 | 55.83 | - |
| YUV | 184.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 186 | 0.53 | 0 | 0.17 | 0.12 | 160.68 | 0.66 | 0.65 |
| Hex | 6A | E0 | BA | 35 | 0 | 11 | C | A1 | 42 | 41 |
| Octal | 152 | 340 | 272 | 65 | 0 | 21 | 14 | 241 | 102 | 101 |
| Binary | 1101010 | 11100000 | 10111010 | 110101 | 0 | 10001 | 1100 | 10100001 | 1000010 | 1000001 |
Color Harmonies of #6AE0BA
Complementary color
Monochromatic Colors of #6AE0BA
Black with #6AE0BA
Text Example
Text Example
White with #6AE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE0BA; }
p { color: rgb(106,224,186); }
H1.HeaderClassName
{
color: #6AE0BA;
}
.AnyTagClassName
{
color: #6AE0BA;
}
</style>
background-color css
<style>
a { background-color: #6AE0BA; }
a { background-color: rgb(106,224,186); }
div.DivClassName
{
background-color: #6AE0BA;
}
.BgClassName
{
background-color: #6AE0BA;
}
</style>
border-color css
<style>
span { border-color: #6AE0BA; }
span { border-color: rgb(106,224,186); }
td.TdClassName
{
border-color: #6AE0BA;
}
.TagClassName
{
border-color: #6AE0BA;
}
</style>