Shades of Downy #6CEBBB
Tints of Downy #6CEBBB
RGB
CMYK
RGB Variations
Color information
#6CEBBB (or 0x6CEBBB) is known color: Downy. HEX triplet: 6C, EB and BB. RGB value is (108,235,187). Sum of RGB (Red+Green+Blue) = 108+235+187=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBBB is #931444. Grayscale: #BFBFBF. Windows color (decimal): -9638981 or 12315500. OLE color: 12315500.
HSL color Cylindrical-coordinate representation of color #6CEBBB: hue angle of 157.32º degrees, saturation: 0.76, 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 #6CEBBB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 187 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.08 |
| HSL | 157.32º | 0.76% | 0.67% | - |
| HSV(B) | 157.32º | 0.54% | 0.92% | - |
| XYZ | 44.86 | 66.19 | 57.43 | - |
| YUV | 191.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 187 | 0.54 | 0 | 0.20 | 0.08 | 157.32 | 0.76 | 0.67 |
| Hex | 6C | EB | BB | 36 | 0 | 14 | 8 | 9D | 4C | 43 |
| Octal | 154 | 353 | 273 | 66 | 0 | 24 | 10 | 235 | 114 | 103 |
| Binary | 1101100 | 11101011 | 10111011 | 110110 | 0 | 10100 | 1000 | 10011101 | 1001100 | 1000011 |
Color Harmonies of #6CEBBB
Complementary color
Monochromatic Colors of #6CEBBB
Black with #6CEBBB
Text Example
Text Example
White with #6CEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBBB; }
p { color: rgb(108,235,187); }
H1.HeaderClassName
{
color: #6CEBBB;
}
.AnyTagClassName
{
color: #6CEBBB;
}
</style>
background-color css
<style>
a { background-color: #6CEBBB; }
a { background-color: rgb(108,235,187); }
div.DivClassName
{
background-color: #6CEBBB;
}
.BgClassName
{
background-color: #6CEBBB;
}
</style>
border-color css
<style>
span { border-color: #6CEBBB; }
span { border-color: rgb(108,235,187); }
td.TdClassName
{
border-color: #6CEBBB;
}
.TagClassName
{
border-color: #6CEBBB;
}
</style>