Shades of Downy #67D8BD
Tints of Downy #67D8BD
RGB
CMYK
RGB Variations
Color information
#67D8BD (or 0x67D8BD) is known color: Downy. HEX triplet: 67, D8 and BD. RGB value is (103,216,189). Sum of RGB (Red+Green+Blue) = 103+216+189=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8BD is #982742. Grayscale: #B3B3B3. Windows color (decimal): -9971523 or 12441703. OLE color: 12441703.
HSL color Cylindrical-coordinate representation of color #67D8BD: hue angle of 165.66º 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 #67D8BD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 189 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.15 |
| HSL | 165.66º | 0.59% | 0.63% | - |
| HSV(B) | 165.66º | 0.52% | 0.85% | - |
| XYZ | 39.33 | 55.67 | 56.82 | - |
| YUV | 179.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 189 | 0.52 | 0 | 0.12 | 0.15 | 165.66 | 0.59 | 0.63 |
| Hex | 67 | D8 | BD | 34 | 0 | C | F | A6 | 3B | 3F |
| Octal | 147 | 330 | 275 | 64 | 0 | 14 | 17 | 246 | 73 | 77 |
| Binary | 1100111 | 11011000 | 10111101 | 110100 | 0 | 1100 | 1111 | 10100110 | 111011 | 111111 |
Color Harmonies of #67D8BD
Complementary color
Monochromatic Colors of #67D8BD
Black with #67D8BD
Text Example
Text Example
White with #67D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D8BD; }
p { color: rgb(103,216,189); }
H1.HeaderClassName
{
color: #67D8BD;
}
.AnyTagClassName
{
color: #67D8BD;
}
</style>
background-color css
<style>
a { background-color: #67D8BD; }
a { background-color: rgb(103,216,189); }
div.DivClassName
{
background-color: #67D8BD;
}
.BgClassName
{
background-color: #67D8BD;
}
</style>
border-color css
<style>
span { border-color: #67D8BD; }
span { border-color: rgb(103,216,189); }
td.TdClassName
{
border-color: #67D8BD;
}
.TagClassName
{
border-color: #67D8BD;
}
</style>