Shades of Downy #67ECD0
Tints of Downy #67ECD0
RGB
CMYK
RGB Variations
Color information
#67ECD0 (or 0x67ECD0) is known color: Downy. HEX triplet: 67, EC and D0. RGB value is (103,236,208). Sum of RGB (Red+Green+Blue) = 103+236+208=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECD0 is #98132F. Grayscale: #C1C1C1. Windows color (decimal): -9966384 or 13692007. OLE color: 13692007.
HSL color Cylindrical-coordinate representation of color #67ECD0: hue angle of 167.37º 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 #67ECD0 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 208 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.07 |
| HSL | 167.37º | 0.78% | 0.66% | - |
| HSV(B) | 167.37º | 0.56% | 0.93% | - |
| XYZ | 46.97 | 67.43 | 70.21 | - |
| YUV | 193.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 208 | 0.56 | 0 | 0.12 | 0.07 | 167.37 | 0.78 | 0.66 |
| Hex | 67 | EC | D0 | 38 | 0 | C | 7 | A7 | 4E | 42 |
| Octal | 147 | 354 | 320 | 70 | 0 | 14 | 7 | 247 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11010000 | 111000 | 0 | 1100 | 111 | 10100111 | 1001110 | 1000010 |
Color Harmonies of #67ECD0
Complementary color
Monochromatic Colors of #67ECD0
Black with #67ECD0
Text Example
Text Example
White with #67ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECD0; }
p { color: rgb(103,236,208); }
H1.HeaderClassName
{
color: #67ECD0;
}
.AnyTagClassName
{
color: #67ECD0;
}
</style>
background-color css
<style>
a { background-color: #67ECD0; }
a { background-color: rgb(103,236,208); }
div.DivClassName
{
background-color: #67ECD0;
}
.BgClassName
{
background-color: #67ECD0;
}
</style>
border-color css
<style>
span { border-color: #67ECD0; }
span { border-color: rgb(103,236,208); }
td.TdClassName
{
border-color: #67ECD0;
}
.TagClassName
{
border-color: #67ECD0;
}
</style>