Shades of Downy #67DFD1
Tints of Downy #67DFD1
RGB
CMYK
RGB Variations
Color information
#67DFD1 (or 0x67DFD1) is known color: Downy. HEX triplet: 67, DF and D1. RGB value is (103,223,209). Sum of RGB (Red+Green+Blue) = 103+223+209=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFD1 is #98202E. Grayscale: #B9B9B9. Windows color (decimal): -9969711 or 13754215. OLE color: 13754215.
HSL color Cylindrical-coordinate representation of color #67DFD1: hue angle of 173º 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 #67DFD1 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 209 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.13 |
| HSL | 173º | 0.65% | 0.64% | - |
| HSV(B) | 173º | 0.54% | 0.87% | - |
| XYZ | 43.49 | 60.26 | 69.66 | - |
| YUV | 185.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 209 | 0.54 | 0 | 0.06 | 0.13 | 173 | 0.65 | 0.64 |
| Hex | 67 | DF | D1 | 36 | 0 | 6 | D | AD | 41 | 40 |
| Octal | 147 | 337 | 321 | 66 | 0 | 6 | 15 | 255 | 101 | 100 |
| Binary | 1100111 | 11011111 | 11010001 | 110110 | 0 | 110 | 1101 | 10101101 | 1000001 | 1000000 |
Color Harmonies of #67DFD1
Complementary color
Monochromatic Colors of #67DFD1
Black with #67DFD1
Text Example
Text Example
White with #67DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFD1; }
p { color: rgb(103,223,209); }
H1.HeaderClassName
{
color: #67DFD1;
}
.AnyTagClassName
{
color: #67DFD1;
}
</style>
background-color css
<style>
a { background-color: #67DFD1; }
a { background-color: rgb(103,223,209); }
div.DivClassName
{
background-color: #67DFD1;
}
.BgClassName
{
background-color: #67DFD1;
}
</style>
border-color css
<style>
span { border-color: #67DFD1; }
span { border-color: rgb(103,223,209); }
td.TdClassName
{
border-color: #67DFD1;
}
.TagClassName
{
border-color: #67DFD1;
}
</style>