Shades of Downy #67DFBD
Tints of Downy #67DFBD
RGB
CMYK
RGB Variations
Color information
#67DFBD (or 0x67DFBD) is known color: Downy. HEX triplet: 67, DF and BD. RGB value is (103,223,189). Sum of RGB (Red+Green+Blue) = 103+223+189=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFBD is #982042. Grayscale: #B7B7B7. Windows color (decimal): -9969731 or 12443495. OLE color: 12443495.
HSL color Cylindrical-coordinate representation of color #67DFBD: hue angle of 163º 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 #67DFBD is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 189 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.13 |
| HSL | 163º | 0.65% | 0.64% | - |
| HSV(B) | 163º | 0.54% | 0.87% | - |
| XYZ | 41.17 | 59.33 | 57.43 | - |
| YUV | 183.24 | 131.24 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 189 | 0.54 | 0 | 0.15 | 0.13 | 163 | 0.65 | 0.64 |
| Hex | 67 | DF | BD | 36 | 0 | F | D | A3 | 41 | 40 |
| Octal | 147 | 337 | 275 | 66 | 0 | 17 | 15 | 243 | 101 | 100 |
| Binary | 1100111 | 11011111 | 10111101 | 110110 | 0 | 1111 | 1101 | 10100011 | 1000001 | 1000000 |
Color Harmonies of #67DFBD
Complementary color
Monochromatic Colors of #67DFBD
Black with #67DFBD
Text Example
Text Example
White with #67DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFBD; }
p { color: rgb(103,223,189); }
H1.HeaderClassName
{
color: #67DFBD;
}
.AnyTagClassName
{
color: #67DFBD;
}
</style>
background-color css
<style>
a { background-color: #67DFBD; }
a { background-color: rgb(103,223,189); }
div.DivClassName
{
background-color: #67DFBD;
}
.BgClassName
{
background-color: #67DFBD;
}
</style>
border-color css
<style>
span { border-color: #67DFBD; }
span { border-color: rgb(103,223,189); }
td.TdClassName
{
border-color: #67DFBD;
}
.TagClassName
{
border-color: #67DFBD;
}
</style>