Shades of Downy #67D9BA
Tints of Downy #67D9BA
RGB
CMYK
RGB Variations
Color information
#67D9BA (or 0x67D9BA) is known color: Downy. HEX triplet: 67, D9 and BA. RGB value is (103,217,186). Sum of RGB (Red+Green+Blue) = 103+217+186=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #67D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D9BA is #982645. Grayscale: #B3B3B3. Windows color (decimal): -9971270 or 12245351. OLE color: 12245351.
HSL color Cylindrical-coordinate representation of color #67D9BA: hue angle of 163.68º 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 #67D9BA is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 217 | 186 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.15 |
| HSL | 163.68º | 0.6% | 0.63% | - |
| HSV(B) | 163.68º | 0.53% | 0.85% | - |
| XYZ | 39.27 | 56.05 | 55.2 | - |
| YUV | 179.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 217 | 186 | 0.53 | 0 | 0.14 | 0.15 | 163.68 | 0.6 | 0.63 |
| Hex | 67 | D9 | BA | 35 | 0 | E | F | A4 | 3C | 3F |
| Octal | 147 | 331 | 272 | 65 | 0 | 16 | 17 | 244 | 74 | 77 |
| Binary | 1100111 | 11011001 | 10111010 | 110101 | 0 | 1110 | 1111 | 10100100 | 111100 | 111111 |
Color Harmonies of #67D9BA
Complementary color
Monochromatic Colors of #67D9BA
Black with #67D9BA
Text Example
Text Example
White with #67D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D9BA; }
p { color: rgb(103,217,186); }
H1.HeaderClassName
{
color: #67D9BA;
}
.AnyTagClassName
{
color: #67D9BA;
}
</style>
background-color css
<style>
a { background-color: #67D9BA; }
a { background-color: rgb(103,217,186); }
div.DivClassName
{
background-color: #67D9BA;
}
.BgClassName
{
background-color: #67D9BA;
}
</style>
border-color css
<style>
span { border-color: #67D9BA; }
span { border-color: rgb(103,217,186); }
td.TdClassName
{
border-color: #67D9BA;
}
.TagClassName
{
border-color: #67D9BA;
}
</style>