Shades of Downy #67ECCC
Tints of Downy #67ECCC
RGB
CMYK
RGB Variations
Color information
#67ECCC (or 0x67ECCC) is known color: Downy. HEX triplet: 67, EC and CC. RGB value is (103,236,204). Sum of RGB (Red+Green+Blue) = 103+236+204=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECCC is #981333. Grayscale: #C0C0C0. Windows color (decimal): -9966388 or 13429863. OLE color: 13429863.
HSL color Cylindrical-coordinate representation of color #67ECCC: hue angle of 165.56º 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 #67ECCC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 204 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.07 |
| HSL | 165.56º | 0.78% | 0.66% | - |
| HSV(B) | 165.56º | 0.56% | 0.93% | - |
| XYZ | 46.49 | 67.23 | 67.65 | - |
| YUV | 192.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 204 | 0.56 | 0 | 0.14 | 0.07 | 165.56 | 0.78 | 0.66 |
| Hex | 67 | EC | CC | 38 | 0 | E | 7 | A6 | 4E | 42 |
| Octal | 147 | 354 | 314 | 70 | 0 | 16 | 7 | 246 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11001100 | 111000 | 0 | 1110 | 111 | 10100110 | 1001110 | 1000010 |
Color Harmonies of #67ECCC
Complementary color
Monochromatic Colors of #67ECCC
Black with #67ECCC
Text Example
Text Example
White with #67ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECCC; }
p { color: rgb(103,236,204); }
H1.HeaderClassName
{
color: #67ECCC;
}
.AnyTagClassName
{
color: #67ECCC;
}
</style>
background-color css
<style>
a { background-color: #67ECCC; }
a { background-color: rgb(103,236,204); }
div.DivClassName
{
background-color: #67ECCC;
}
.BgClassName
{
background-color: #67ECCC;
}
</style>
border-color css
<style>
span { border-color: #67ECCC; }
span { border-color: rgb(103,236,204); }
td.TdClassName
{
border-color: #67ECCC;
}
.TagClassName
{
border-color: #67ECCC;
}
</style>