Shades of Downy #67DECF
Tints of Downy #67DECF
RGB
CMYK
RGB Variations
Color information
#67DECF (or 0x67DECF) is known color: Downy. HEX triplet: 67, DE and CF. RGB value is (103,222,207). Sum of RGB (Red+Green+Blue) = 103+222+207=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #67DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DECF is #982130. Grayscale: #B8B8B8. Windows color (decimal): -9969969 or 13622887. OLE color: 13622887.
HSL color Cylindrical-coordinate representation of color #67DECF: hue angle of 172.44º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DECF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 207 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.13 |
| HSL | 172.44º | 0.64% | 0.64% | - |
| HSV(B) | 172.44º | 0.54% | 0.87% | - |
| XYZ | 42.98 | 59.63 | 68.28 | - |
| YUV | 184.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 207 | 0.54 | 0 | 0.07 | 0.13 | 172.44 | 0.64 | 0.64 |
| Hex | 67 | DE | CF | 36 | 0 | 7 | D | AC | 40 | 40 |
| Octal | 147 | 336 | 317 | 66 | 0 | 7 | 15 | 254 | 100 | 100 |
| Binary | 1100111 | 11011110 | 11001111 | 110110 | 0 | 111 | 1101 | 10101100 | 1000000 | 1000000 |
Color Harmonies of #67DECF
Complementary color
Monochromatic Colors of #67DECF
Black with #67DECF
Text Example
Text Example
White with #67DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DECF; }
p { color: rgb(103,222,207); }
H1.HeaderClassName
{
color: #67DECF;
}
.AnyTagClassName
{
color: #67DECF;
}
</style>
background-color css
<style>
a { background-color: #67DECF; }
a { background-color: rgb(103,222,207); }
div.DivClassName
{
background-color: #67DECF;
}
.BgClassName
{
background-color: #67DECF;
}
</style>
border-color css
<style>
span { border-color: #67DECF; }
span { border-color: rgb(103,222,207); }
td.TdClassName
{
border-color: #67DECF;
}
.TagClassName
{
border-color: #67DECF;
}
</style>