Shades of Downy #67DDCD
Tints of Downy #67DDCD
RGB
CMYK
RGB Variations
Color information
#67DDCD (or 0x67DDCD) is known color: Downy. HEX triplet: 67, DD and CD. RGB value is (103,221,205). Sum of RGB (Red+Green+Blue) = 103+221+205=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDCD is #982232. Grayscale: #B7B7B7. Windows color (decimal): -9970227 or 13491559. OLE color: 13491559.
HSL color Cylindrical-coordinate representation of color #67DDCD: hue angle of 171.86º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDCD is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 205 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.13 |
| HSL | 171.86º | 0.63% | 0.64% | - |
| HSV(B) | 171.86º | 0.53% | 0.87% | - |
| XYZ | 42.47 | 59 | 66.91 | - |
| YUV | 183.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 205 | 0.53 | 0 | 0.07 | 0.13 | 171.86 | 0.63 | 0.64 |
| Hex | 67 | DD | CD | 35 | 0 | 7 | D | AC | 3F | 40 |
| Octal | 147 | 335 | 315 | 65 | 0 | 7 | 15 | 254 | 77 | 100 |
| Binary | 1100111 | 11011101 | 11001101 | 110101 | 0 | 111 | 1101 | 10101100 | 111111 | 1000000 |
Color Harmonies of #67DDCD
Complementary color
Monochromatic Colors of #67DDCD
Black with #67DDCD
Text Example
Text Example
White with #67DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDCD; }
p { color: rgb(103,221,205); }
H1.HeaderClassName
{
color: #67DDCD;
}
.AnyTagClassName
{
color: #67DDCD;
}
</style>
background-color css
<style>
a { background-color: #67DDCD; }
a { background-color: rgb(103,221,205); }
div.DivClassName
{
background-color: #67DDCD;
}
.BgClassName
{
background-color: #67DDCD;
}
</style>
border-color css
<style>
span { border-color: #67DDCD; }
span { border-color: rgb(103,221,205); }
td.TdClassName
{
border-color: #67DDCD;
}
.TagClassName
{
border-color: #67DDCD;
}
</style>