Shades of Downy #67D8BA
Tints of Downy #67D8BA
RGB
CMYK
RGB Variations
Color information
#67D8BA (or 0x67D8BA) is known color: Downy. HEX triplet: 67, D8 and BA. RGB value is (103,216,186). Sum of RGB (Red+Green+Blue) = 103+216+186=505 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.40% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8BA is #982745. Grayscale: #B2B2B2. Windows color (decimal): -9971526 or 12245095. OLE color: 12245095.
HSL color Cylindrical-coordinate representation of color #67D8BA: hue angle of 164.07º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8BA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 186 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.15 |
| HSL | 164.07º | 0.59% | 0.63% | - |
| HSV(B) | 164.07º | 0.52% | 0.85% | - |
| XYZ | 39.01 | 55.54 | 55.12 | - |
| YUV | 178.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 186 | 0.52 | 0 | 0.14 | 0.15 | 164.07 | 0.59 | 0.63 |
| Hex | 67 | D8 | BA | 34 | 0 | E | F | A4 | 3B | 3F |
| Octal | 147 | 330 | 272 | 64 | 0 | 16 | 17 | 244 | 73 | 77 |
| Binary | 1100111 | 11011000 | 10111010 | 110100 | 0 | 1110 | 1111 | 10100100 | 111011 | 111111 |
Color Harmonies of #67D8BA
Complementary color
Monochromatic Colors of #67D8BA
Black with #67D8BA
Text Example
Text Example
White with #67D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D8BA; }
p { color: rgb(103,216,186); }
H1.HeaderClassName
{
color: #67D8BA;
}
.AnyTagClassName
{
color: #67D8BA;
}
</style>
background-color css
<style>
a { background-color: #67D8BA; }
a { background-color: rgb(103,216,186); }
div.DivClassName
{
background-color: #67D8BA;
}
.BgClassName
{
background-color: #67D8BA;
}
</style>
border-color css
<style>
span { border-color: #67D8BA; }
span { border-color: rgb(103,216,186); }
td.TdClassName
{
border-color: #67D8BA;
}
.TagClassName
{
border-color: #67D8BA;
}
</style>