Shades of Downy #67ECCF
Tints of Downy #67ECCF
RGB
CMYK
RGB Variations
Color information
#67ECCF (or 0x67ECCF) is known color: Downy. HEX triplet: 67, EC and CF. RGB value is (103,236,207). Sum of RGB (Red+Green+Blue) = 103+236+207=546 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.86% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECCF is #981330. Grayscale: #C0C0C0. Windows color (decimal): -9966385 or 13626471. OLE color: 13626471.
HSL color Cylindrical-coordinate representation of color #67ECCF: hue angle of 166.92º 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 #67ECCF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 207 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.07 |
| HSL | 166.92º | 0.78% | 0.66% | - |
| HSV(B) | 166.92º | 0.56% | 0.93% | - |
| XYZ | 46.85 | 67.38 | 69.57 | - |
| YUV | 192.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 207 | 0.56 | 0 | 0.12 | 0.07 | 166.92 | 0.78 | 0.66 |
| Hex | 67 | EC | CF | 38 | 0 | C | 7 | A7 | 4E | 42 |
| Octal | 147 | 354 | 317 | 70 | 0 | 14 | 7 | 247 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11001111 | 111000 | 0 | 1100 | 111 | 10100111 | 1001110 | 1000010 |
Color Harmonies of #67ECCF
Complementary color
Monochromatic Colors of #67ECCF
Black with #67ECCF
Text Example
Text Example
White with #67ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECCF; }
p { color: rgb(103,236,207); }
H1.HeaderClassName
{
color: #67ECCF;
}
.AnyTagClassName
{
color: #67ECCF;
}
</style>
background-color css
<style>
a { background-color: #67ECCF; }
a { background-color: rgb(103,236,207); }
div.DivClassName
{
background-color: #67ECCF;
}
.BgClassName
{
background-color: #67ECCF;
}
</style>
border-color css
<style>
span { border-color: #67ECCF; }
span { border-color: rgb(103,236,207); }
td.TdClassName
{
border-color: #67ECCF;
}
.TagClassName
{
border-color: #67ECCF;
}
</style>