Shades of Downy #6EEABB
Tints of Downy #6EEABB
RGB
CMYK
RGB Variations
Color information
#6EEABB (or 0x6EEABB) is known color: Downy. HEX triplet: 6E, EA and BB. RGB value is (110,234,187). Sum of RGB (Red+Green+Blue) = 110+234+187=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEABB is #911544. Grayscale: #BFBFBF. Windows color (decimal): -9508165 or 12315246. OLE color: 12315246.
HSL color Cylindrical-coordinate representation of color #6EEABB: hue angle of 157.26º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEABB is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 187 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.08 |
| HSL | 157.26º | 0.75% | 0.67% | - |
| HSV(B) | 157.26º | 0.53% | 0.92% | - |
| XYZ | 44.82 | 65.75 | 57.34 | - |
| YUV | 191.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 187 | 0.53 | 0 | 0.20 | 0.08 | 157.26 | 0.75 | 0.67 |
| Hex | 6E | EA | BB | 35 | 0 | 14 | 8 | 9D | 4B | 43 |
| Octal | 156 | 352 | 273 | 65 | 0 | 24 | 10 | 235 | 113 | 103 |
| Binary | 1101110 | 11101010 | 10111011 | 110101 | 0 | 10100 | 1000 | 10011101 | 1001011 | 1000011 |
Color Harmonies of #6EEABB
Complementary color
Monochromatic Colors of #6EEABB
Black with #6EEABB
Text Example
Text Example
White with #6EEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEABB; }
p { color: rgb(110,234,187); }
H1.HeaderClassName
{
color: #6EEABB;
}
.AnyTagClassName
{
color: #6EEABB;
}
</style>
background-color css
<style>
a { background-color: #6EEABB; }
a { background-color: rgb(110,234,187); }
div.DivClassName
{
background-color: #6EEABB;
}
.BgClassName
{
background-color: #6EEABB;
}
</style>
border-color css
<style>
span { border-color: #6EEABB; }
span { border-color: rgb(110,234,187); }
td.TdClassName
{
border-color: #6EEABB;
}
.TagClassName
{
border-color: #6EEABB;
}
</style>