Shades of Downy #67D2BF
Tints of Downy #67D2BF
RGB
CMYK
RGB Variations
Color information
#67D2BF (or 0x67D2BF) is known color: Downy. HEX triplet: 67, D2 and BF. RGB value is (103,210,191). Sum of RGB (Red+Green+Blue) = 103+210+191=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #67D2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D2BF is #982D40. Grayscale: #AFAFAF. Windows color (decimal): -9973057 or 12571239. OLE color: 12571239.
HSL color Cylindrical-coordinate representation of color #67D2BF: hue angle of 169.35º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67D2BF is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 210 | 191 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.18 |
| HSL | 169.35º | 0.54% | 0.61% | - |
| HSV(B) | 169.35º | 0.51% | 0.82% | - |
| XYZ | 38.04 | 52.74 | 57.46 | - |
| YUV | 175.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 210 | 191 | 0.51 | 0 | 0.09 | 0.18 | 169.35 | 0.54 | 0.61 |
| Hex | 67 | D2 | BF | 33 | 0 | 9 | 12 | A9 | 36 | 3D |
| Octal | 147 | 322 | 277 | 63 | 0 | 11 | 22 | 251 | 66 | 75 |
| Binary | 1100111 | 11010010 | 10111111 | 110011 | 0 | 1001 | 10010 | 10101001 | 110110 | 111101 |
Color Harmonies of #67D2BF
Complementary color
Monochromatic Colors of #67D2BF
Black with #67D2BF
Text Example
Text Example
White with #67D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D2BF; }
p { color: rgb(103,210,191); }
H1.HeaderClassName
{
color: #67D2BF;
}
.AnyTagClassName
{
color: #67D2BF;
}
</style>
background-color css
<style>
a { background-color: #67D2BF; }
a { background-color: rgb(103,210,191); }
div.DivClassName
{
background-color: #67D2BF;
}
.BgClassName
{
background-color: #67D2BF;
}
</style>
border-color css
<style>
span { border-color: #67D2BF; }
span { border-color: rgb(103,210,191); }
td.TdClassName
{
border-color: #67D2BF;
}
.TagClassName
{
border-color: #67D2BF;
}
</style>