Shades of Downy #6AEABD
Tints of Downy #6AEABD
RGB
CMYK
RGB Variations
Color information
#6AEABD (or 0x6AEABD) is known color: Downy. HEX triplet: 6A, EA and BD. RGB value is (106,234,189). Sum of RGB (Red+Green+Blue) = 106+234+189=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEABD is #951542. Grayscale: #BEBEBE. Windows color (decimal): -9770307 or 12446314. OLE color: 12446314.
HSL color Cylindrical-coordinate representation of color #6AEABD: hue angle of 158.91º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEABD is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 189 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.08 |
| HSL | 158.91º | 0.75% | 0.67% | - |
| HSV(B) | 158.91º | 0.55% | 0.92% | - |
| XYZ | 44.55 | 65.58 | 58.45 | - |
| YUV | 190.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 189 | 0.55 | 0 | 0.19 | 0.08 | 158.91 | 0.75 | 0.67 |
| Hex | 6A | EA | BD | 37 | 0 | 13 | 8 | 9F | 4B | 43 |
| Octal | 152 | 352 | 275 | 67 | 0 | 23 | 10 | 237 | 113 | 103 |
| Binary | 1101010 | 11101010 | 10111101 | 110111 | 0 | 10011 | 1000 | 10011111 | 1001011 | 1000011 |
Color Harmonies of #6AEABD
Complementary color
Monochromatic Colors of #6AEABD
Black with #6AEABD
Text Example
Text Example
White with #6AEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEABD; }
p { color: rgb(106,234,189); }
H1.HeaderClassName
{
color: #6AEABD;
}
.AnyTagClassName
{
color: #6AEABD;
}
</style>
background-color css
<style>
a { background-color: #6AEABD; }
a { background-color: rgb(106,234,189); }
div.DivClassName
{
background-color: #6AEABD;
}
.BgClassName
{
background-color: #6AEABD;
}
</style>
border-color css
<style>
span { border-color: #6AEABD; }
span { border-color: rgb(106,234,189); }
td.TdClassName
{
border-color: #6AEABD;
}
.TagClassName
{
border-color: #6AEABD;
}
</style>