Shades of Downy #67ECC0
Tints of Downy #67ECC0
RGB
CMYK
RGB Variations
Color information
#67ECC0 (or 0x67ECC0) is known color: Downy. HEX triplet: 67, EC and C0. RGB value is (103,236,192). Sum of RGB (Red+Green+Blue) = 103+236+192=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECC0 is #98133F. Grayscale: #BFBFBF. Windows color (decimal): -9966400 or 12643431. OLE color: 12643431.
HSL color Cylindrical-coordinate representation of color #67ECC0: hue angle of 160.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ECC0 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 192 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.07 |
| HSL | 160.15º | 0.78% | 0.66% | - |
| HSV(B) | 160.15º | 0.56% | 0.93% | - |
| XYZ | 45.1 | 66.68 | 60.36 | - |
| YUV | 191.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 192 | 0.56 | 0 | 0.19 | 0.07 | 160.15 | 0.78 | 0.66 |
| Hex | 67 | EC | C0 | 38 | 0 | 13 | 7 | A0 | 4E | 42 |
| Octal | 147 | 354 | 300 | 70 | 0 | 23 | 7 | 240 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11000000 | 111000 | 0 | 10011 | 111 | 10100000 | 1001110 | 1000010 |
Color Harmonies of #67ECC0
Complementary color
Monochromatic Colors of #67ECC0
Black with #67ECC0
Text Example
Text Example
White with #67ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECC0; }
p { color: rgb(103,236,192); }
H1.HeaderClassName
{
color: #67ECC0;
}
.AnyTagClassName
{
color: #67ECC0;
}
</style>
background-color css
<style>
a { background-color: #67ECC0; }
a { background-color: rgb(103,236,192); }
div.DivClassName
{
background-color: #67ECC0;
}
.BgClassName
{
background-color: #67ECC0;
}
</style>
border-color css
<style>
span { border-color: #67ECC0; }
span { border-color: rgb(103,236,192); }
td.TdClassName
{
border-color: #67ECC0;
}
.TagClassName
{
border-color: #67ECC0;
}
</style>