Shades of Downy #6AEDBA
Tints of Downy #6AEDBA
RGB
CMYK
RGB Variations
Color information
#6AEDBA (or 0x6AEDBA) is known color: Downy. HEX triplet: 6A, ED and BA. RGB value is (106,237,186). Sum of RGB (Red+Green+Blue) = 106+237+186=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDBA is #951245. Grayscale: #C0C0C0. Windows color (decimal): -9769542 or 12250474. OLE color: 12250474.
HSL color Cylindrical-coordinate representation of color #6AEDBA: hue angle of 156.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDBA is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 186 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.07 |
| HSL | 156.64º | 0.78% | 0.67% | - |
| HSV(B) | 156.64º | 0.55% | 0.93% | - |
| XYZ | 45.09 | 67.18 | 57.04 | - |
| YUV | 192.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 186 | 0.55 | 0 | 0.22 | 0.07 | 156.64 | 0.78 | 0.67 |
| Hex | 6A | ED | BA | 37 | 0 | 16 | 7 | 9D | 4E | 43 |
| Octal | 152 | 355 | 272 | 67 | 0 | 26 | 7 | 235 | 116 | 103 |
| Binary | 1101010 | 11101101 | 10111010 | 110111 | 0 | 10110 | 111 | 10011101 | 1001110 | 1000011 |
Color Harmonies of #6AEDBA
Complementary color
Monochromatic Colors of #6AEDBA
Black with #6AEDBA
Text Example
Text Example
White with #6AEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDBA; }
p { color: rgb(106,237,186); }
H1.HeaderClassName
{
color: #6AEDBA;
}
.AnyTagClassName
{
color: #6AEDBA;
}
</style>
background-color css
<style>
a { background-color: #6AEDBA; }
a { background-color: rgb(106,237,186); }
div.DivClassName
{
background-color: #6AEDBA;
}
.BgClassName
{
background-color: #6AEDBA;
}
</style>
border-color css
<style>
span { border-color: #6AEDBA; }
span { border-color: rgb(106,237,186); }
td.TdClassName
{
border-color: #6AEDBA;
}
.TagClassName
{
border-color: #6AEDBA;
}
</style>