Shades of Downy #67CEB9
Tints of Downy #67CEB9
RGB
CMYK
RGB Variations
Color information
#67CEB9 (or 0x67CEB9) is known color: Downy. HEX triplet: 67, CE and B9. RGB value is (103,206,185). Sum of RGB (Red+Green+Blue) = 103+206+185=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEB9 is #983146. Grayscale: #ACACAC. Windows color (decimal): -9974087 or 12176999. OLE color: 12176999.
HSL color Cylindrical-coordinate representation of color #67CEB9: hue angle of 167.77º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CEB9 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 185 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.19 |
| HSL | 167.77º | 0.51% | 0.61% | - |
| HSV(B) | 167.77º | 0.5% | 0.81% | - |
| XYZ | 36.42 | 50.53 | 53.73 | - |
| YUV | 172.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 185 | 0.50 | 0 | 0.10 | 0.19 | 167.77 | 0.51 | 0.61 |
| Hex | 67 | CE | B9 | 32 | 0 | A | 13 | A8 | 33 | 3D |
| Octal | 147 | 316 | 271 | 62 | 0 | 12 | 23 | 250 | 63 | 75 |
| Binary | 1100111 | 11001110 | 10111001 | 110010 | 0 | 1010 | 10011 | 10101000 | 110011 | 111101 |
Color Harmonies of #67CEB9
Complementary color
Monochromatic Colors of #67CEB9
Black with #67CEB9
Text Example
Text Example
White with #67CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEB9; }
p { color: rgb(103,206,185); }
H1.HeaderClassName
{
color: #67CEB9;
}
.AnyTagClassName
{
color: #67CEB9;
}
</style>
background-color css
<style>
a { background-color: #67CEB9; }
a { background-color: rgb(103,206,185); }
div.DivClassName
{
background-color: #67CEB9;
}
.BgClassName
{
background-color: #67CEB9;
}
</style>
border-color css
<style>
span { border-color: #67CEB9; }
span { border-color: rgb(103,206,185); }
td.TdClassName
{
border-color: #67CEB9;
}
.TagClassName
{
border-color: #67CEB9;
}
</style>