Shades of Downy #67CEB5
Tints of Downy #67CEB5
RGB
CMYK
RGB Variations
Color information
#67CEB5 (or 0x67CEB5) is known color: Downy. HEX triplet: 67, CE and B5. RGB value is (103,206,181). Sum of RGB (Red+Green+Blue) = 103+206+181=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEB5 is #98314A. Grayscale: #ACACAC. Windows color (decimal): -9974091 or 11914855. OLE color: 11914855.
HSL color Cylindrical-coordinate representation of color #67CEB5: hue angle of 165.44º 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 #67CEB5 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 181 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.19 |
| HSL | 165.44º | 0.51% | 0.61% | - |
| HSV(B) | 165.44º | 0.5% | 0.81% | - |
| XYZ | 36.01 | 50.36 | 51.54 | - |
| YUV | 172.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 181 | 0.50 | 0 | 0.12 | 0.19 | 165.44 | 0.51 | 0.61 |
| Hex | 67 | CE | B5 | 32 | 0 | C | 13 | A5 | 33 | 3D |
| Octal | 147 | 316 | 265 | 62 | 0 | 14 | 23 | 245 | 63 | 75 |
| Binary | 1100111 | 11001110 | 10110101 | 110010 | 0 | 1100 | 10011 | 10100101 | 110011 | 111101 |
Color Harmonies of #67CEB5
Complementary color
Monochromatic Colors of #67CEB5
Black with #67CEB5
Text Example
Text Example
White with #67CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEB5; }
p { color: rgb(103,206,181); }
H1.HeaderClassName
{
color: #67CEB5;
}
.AnyTagClassName
{
color: #67CEB5;
}
</style>
background-color css
<style>
a { background-color: #67CEB5; }
a { background-color: rgb(103,206,181); }
div.DivClassName
{
background-color: #67CEB5;
}
.BgClassName
{
background-color: #67CEB5;
}
</style>
border-color css
<style>
span { border-color: #67CEB5; }
span { border-color: rgb(103,206,181); }
td.TdClassName
{
border-color: #67CEB5;
}
.TagClassName
{
border-color: #67CEB5;
}
</style>