Shades of Downy #67D1B5
Tints of Downy #67D1B5
RGB
CMYK
RGB Variations
Color information
#67D1B5 (or 0x67D1B5) is known color: Downy. HEX triplet: 67, D1 and B5. RGB value is (103,209,181). Sum of RGB (Red+Green+Blue) = 103+209+181=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #67D1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D1B5 is #982E4A. Grayscale: #AEAEAE. Windows color (decimal): -9973323 or 11915623. OLE color: 11915623.
HSL color Cylindrical-coordinate representation of color #67D1B5: hue angle of 164.15º 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 #67D1B5 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 209 | 181 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.18 |
| HSL | 164.15º | 0.54% | 0.61% | - |
| HSV(B) | 164.15º | 0.51% | 0.82% | - |
| XYZ | 36.73 | 51.82 | 51.78 | - |
| YUV | 174.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 181 | 0.51 | 0 | 0.13 | 0.18 | 164.15 | 0.54 | 0.61 |
| Hex | 67 | D1 | B5 | 33 | 0 | D | 12 | A4 | 36 | 3D |
| Octal | 147 | 321 | 265 | 63 | 0 | 15 | 22 | 244 | 66 | 75 |
| Binary | 1100111 | 11010001 | 10110101 | 110011 | 0 | 1101 | 10010 | 10100100 | 110110 | 111101 |
Color Harmonies of #67D1B5
Complementary color
Monochromatic Colors of #67D1B5
Black with #67D1B5
Text Example
Text Example
White with #67D1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D1B5; }
p { color: rgb(103,209,181); }
H1.HeaderClassName
{
color: #67D1B5;
}
.AnyTagClassName
{
color: #67D1B5;
}
</style>
background-color css
<style>
a { background-color: #67D1B5; }
a { background-color: rgb(103,209,181); }
div.DivClassName
{
background-color: #67D1B5;
}
.BgClassName
{
background-color: #67D1B5;
}
</style>
border-color css
<style>
span { border-color: #67D1B5; }
span { border-color: rgb(103,209,181); }
td.TdClassName
{
border-color: #67D1B5;
}
.TagClassName
{
border-color: #67D1B5;
}
</style>