Shades of Downy #67D9C2
Tints of Downy #67D9C2
RGB
CMYK
RGB Variations
Color information
#67D9C2 (or 0x67D9C2) is known color: Downy. HEX triplet: 67, D9 and C2. RGB value is (103,217,194). Sum of RGB (Red+Green+Blue) = 103+217+194=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #67D9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D9C2 is #98263D. Grayscale: #B4B4B4. Windows color (decimal): -9971262 or 12769639. OLE color: 12769639.
HSL color Cylindrical-coordinate representation of color #67D9C2: hue angle of 167.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67D9C2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 217 | 194 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.15 |
| HSL | 167.89º | 0.6% | 0.63% | - |
| HSV(B) | 167.89º | 0.53% | 0.85% | - |
| XYZ | 40.14 | 56.4 | 59.81 | - |
| YUV | 180.29 | 135.73 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 217 | 194 | 0.53 | 0 | 0.11 | 0.15 | 167.89 | 0.6 | 0.63 |
| Hex | 67 | D9 | C2 | 35 | 0 | B | F | A8 | 3C | 3F |
| Octal | 147 | 331 | 302 | 65 | 0 | 13 | 17 | 250 | 74 | 77 |
| Binary | 1100111 | 11011001 | 11000010 | 110101 | 0 | 1011 | 1111 | 10101000 | 111100 | 111111 |
Color Harmonies of #67D9C2
Complementary color
Monochromatic Colors of #67D9C2
Black with #67D9C2
Text Example
Text Example
White with #67D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D9C2; }
p { color: rgb(103,217,194); }
H1.HeaderClassName
{
color: #67D9C2;
}
.AnyTagClassName
{
color: #67D9C2;
}
</style>
background-color css
<style>
a { background-color: #67D9C2; }
a { background-color: rgb(103,217,194); }
div.DivClassName
{
background-color: #67D9C2;
}
.BgClassName
{
background-color: #67D9C2;
}
</style>
border-color css
<style>
span { border-color: #67D9C2; }
span { border-color: rgb(103,217,194); }
td.TdClassName
{
border-color: #67D9C2;
}
.TagClassName
{
border-color: #67D9C2;
}
</style>