Shades of Downy #67DDB9
Tints of Downy #67DDB9
RGB
CMYK
RGB Variations
Color information
#67DDB9 (or 0x67DDB9) is known color: Downy. HEX triplet: 67, DD and B9. RGB value is (103,221,185). Sum of RGB (Red+Green+Blue) = 103+221+185=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDB9 is #982246. Grayscale: #B5B5B5. Windows color (decimal): -9970247 or 12180839. OLE color: 12180839.
HSL color Cylindrical-coordinate representation of color #67DDB9: hue angle of 161.69º 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 #67DDB9 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 185 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.13 |
| HSL | 161.69º | 0.63% | 0.64% | - |
| HSV(B) | 161.69º | 0.53% | 0.87% | - |
| XYZ | 40.21 | 58.1 | 54.99 | - |
| YUV | 181.61 | 129.91 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 185 | 0.53 | 0 | 0.16 | 0.13 | 161.69 | 0.63 | 0.64 |
| Hex | 67 | DD | B9 | 35 | 0 | 10 | D | A2 | 3F | 40 |
| Octal | 147 | 335 | 271 | 65 | 0 | 20 | 15 | 242 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10111001 | 110101 | 0 | 10000 | 1101 | 10100010 | 111111 | 1000000 |
Color Harmonies of #67DDB9
Complementary color
Monochromatic Colors of #67DDB9
Black with #67DDB9
Text Example
Text Example
White with #67DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDB9; }
p { color: rgb(103,221,185); }
H1.HeaderClassName
{
color: #67DDB9;
}
.AnyTagClassName
{
color: #67DDB9;
}
</style>
background-color css
<style>
a { background-color: #67DDB9; }
a { background-color: rgb(103,221,185); }
div.DivClassName
{
background-color: #67DDB9;
}
.BgClassName
{
background-color: #67DDB9;
}
</style>
border-color css
<style>
span { border-color: #67DDB9; }
span { border-color: rgb(103,221,185); }
td.TdClassName
{
border-color: #67DDB9;
}
.TagClassName
{
border-color: #67DDB9;
}
</style>