Shades of Downy #67DFB7
Tints of Downy #67DFB7
RGB
CMYK
RGB Variations
Color information
#67DFB7 (or 0x67DFB7) is known color: Downy. HEX triplet: 67, DF and B7. RGB value is (103,223,183). Sum of RGB (Red+Green+Blue) = 103+223+183=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFB7 is #982048. Grayscale: #B6B6B6. Windows color (decimal): -9969737 or 12050279. OLE color: 12050279.
HSL color Cylindrical-coordinate representation of color #67DFB7: hue angle of 160º degrees, saturation: 0.65, 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 #67DFB7 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 183 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.13 |
| HSL | 160º | 0.65% | 0.64% | - |
| HSV(B) | 160º | 0.54% | 0.87% | - |
| XYZ | 40.53 | 59.08 | 54.07 | - |
| YUV | 182.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 183 | 0.54 | 0 | 0.18 | 0.13 | 160 | 0.65 | 0.64 |
| Hex | 67 | DF | B7 | 36 | 0 | 12 | D | A0 | 41 | 40 |
| Octal | 147 | 337 | 267 | 66 | 0 | 22 | 15 | 240 | 101 | 100 |
| Binary | 1100111 | 11011111 | 10110111 | 110110 | 0 | 10010 | 1101 | 10100000 | 1000001 | 1000000 |
Color Harmonies of #67DFB7
Complementary color
Monochromatic Colors of #67DFB7
Black with #67DFB7
Text Example
Text Example
White with #67DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFB7; }
p { color: rgb(103,223,183); }
H1.HeaderClassName
{
color: #67DFB7;
}
.AnyTagClassName
{
color: #67DFB7;
}
</style>
background-color css
<style>
a { background-color: #67DFB7; }
a { background-color: rgb(103,223,183); }
div.DivClassName
{
background-color: #67DFB7;
}
.BgClassName
{
background-color: #67DFB7;
}
</style>
border-color css
<style>
span { border-color: #67DFB7; }
span { border-color: rgb(103,223,183); }
td.TdClassName
{
border-color: #67DFB7;
}
.TagClassName
{
border-color: #67DFB7;
}
</style>