Shades of Downy #67DDC7
Tints of Downy #67DDC7
RGB
CMYK
RGB Variations
Color information
#67DDC7 (or 0x67DDC7) is known color: Downy. HEX triplet: 67, DD and C7. RGB value is (103,221,199). Sum of RGB (Red+Green+Blue) = 103+221+199=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDC7 is #982238. Grayscale: #B7B7B7. Windows color (decimal): -9970233 or 13098343. OLE color: 13098343.
HSL color Cylindrical-coordinate representation of color #67DDC7: hue angle of 168.81º 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 #67DDC7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 199 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.13 |
| HSL | 168.81º | 0.63% | 0.64% | - |
| HSV(B) | 168.81º | 0.53% | 0.87% | - |
| XYZ | 41.76 | 58.72 | 63.17 | - |
| YUV | 183.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 199 | 0.53 | 0 | 0.10 | 0.13 | 168.81 | 0.63 | 0.64 |
| Hex | 67 | DD | C7 | 35 | 0 | A | D | A9 | 3F | 40 |
| Octal | 147 | 335 | 307 | 65 | 0 | 12 | 15 | 251 | 77 | 100 |
| Binary | 1100111 | 11011101 | 11000111 | 110101 | 0 | 1010 | 1101 | 10101001 | 111111 | 1000000 |
Color Harmonies of #67DDC7
Complementary color
Monochromatic Colors of #67DDC7
Black with #67DDC7
Text Example
Text Example
White with #67DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDC7; }
p { color: rgb(103,221,199); }
H1.HeaderClassName
{
color: #67DDC7;
}
.AnyTagClassName
{
color: #67DDC7;
}
</style>
background-color css
<style>
a { background-color: #67DDC7; }
a { background-color: rgb(103,221,199); }
div.DivClassName
{
background-color: #67DDC7;
}
.BgClassName
{
background-color: #67DDC7;
}
</style>
border-color css
<style>
span { border-color: #67DDC7; }
span { border-color: rgb(103,221,199); }
td.TdClassName
{
border-color: #67DDC7;
}
.TagClassName
{
border-color: #67DDC7;
}
</style>