Shades of Downy #6CEABB
Tints of Downy #6CEABB
RGB
CMYK
RGB Variations
Color information
#6CEABB (or 0x6CEABB) is known color: Downy. HEX triplet: 6C, EA and BB. RGB value is (108,234,187). Sum of RGB (Red+Green+Blue) = 108+234+187=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEABB is #931544. Grayscale: #BFBFBF. Windows color (decimal): -9639237 or 12315244. OLE color: 12315244.
HSL color Cylindrical-coordinate representation of color #6CEABB: hue angle of 157.62º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEABB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 187 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.08 |
| HSL | 157.62º | 0.75% | 0.67% | - |
| HSV(B) | 157.62º | 0.54% | 0.92% | - |
| XYZ | 44.58 | 65.62 | 57.33 | - |
| YUV | 190.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 187 | 0.54 | 0 | 0.20 | 0.08 | 157.62 | 0.75 | 0.67 |
| Hex | 6C | EA | BB | 36 | 0 | 14 | 8 | 9E | 4B | 43 |
| Octal | 154 | 352 | 273 | 66 | 0 | 24 | 10 | 236 | 113 | 103 |
| Binary | 1101100 | 11101010 | 10111011 | 110110 | 0 | 10100 | 1000 | 10011110 | 1001011 | 1000011 |
Color Harmonies of #6CEABB
Complementary color
Monochromatic Colors of #6CEABB
Black with #6CEABB
Text Example
Text Example
White with #6CEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEABB; }
p { color: rgb(108,234,187); }
H1.HeaderClassName
{
color: #6CEABB;
}
.AnyTagClassName
{
color: #6CEABB;
}
</style>
background-color css
<style>
a { background-color: #6CEABB; }
a { background-color: rgb(108,234,187); }
div.DivClassName
{
background-color: #6CEABB;
}
.BgClassName
{
background-color: #6CEABB;
}
</style>
border-color css
<style>
span { border-color: #6CEABB; }
span { border-color: rgb(108,234,187); }
td.TdClassName
{
border-color: #6CEABB;
}
.TagClassName
{
border-color: #6CEABB;
}
</style>