Shades of Downy #67CDBA
Tints of Downy #67CDBA
RGB
CMYK
RGB Variations
Color information
#67CDBA (or 0x67CDBA) is known color: Downy. HEX triplet: 67, CD and BA. RGB value is (103,205,186). Sum of RGB (Red+Green+Blue) = 103+205+186=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDBA is #983245. Grayscale: #ACACAC. Windows color (decimal): -9974342 or 12242279. OLE color: 12242279.
HSL color Cylindrical-coordinate representation of color #67CDBA: hue angle of 168.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CDBA is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 205 | 186 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.20 |
| HSL | 168.82º | 0.5% | 0.6% | - |
| HSV(B) | 168.82º | 0.5% | 0.8% | - |
| XYZ | 36.29 | 50.09 | 54.21 | - |
| YUV | 172.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 186 | 0.50 | 0 | 0.09 | 0.20 | 168.82 | 0.5 | 0.6 |
| Hex | 67 | CD | BA | 32 | 0 | 9 | 14 | A9 | 32 | 3C |
| Octal | 147 | 315 | 272 | 62 | 0 | 11 | 24 | 251 | 62 | 74 |
| Binary | 1100111 | 11001101 | 10111010 | 110010 | 0 | 1001 | 10100 | 10101001 | 110010 | 111100 |
Color Harmonies of #67CDBA
Complementary color
Monochromatic Colors of #67CDBA
Black with #67CDBA
Text Example
Text Example
White with #67CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDBA; }
p { color: rgb(103,205,186); }
H1.HeaderClassName
{
color: #67CDBA;
}
.AnyTagClassName
{
color: #67CDBA;
}
</style>
background-color css
<style>
a { background-color: #67CDBA; }
a { background-color: rgb(103,205,186); }
div.DivClassName
{
background-color: #67CDBA;
}
.BgClassName
{
background-color: #67CDBA;
}
</style>
border-color css
<style>
span { border-color: #67CDBA; }
span { border-color: rgb(103,205,186); }
td.TdClassName
{
border-color: #67CDBA;
}
.TagClassName
{
border-color: #67CDBA;
}
</style>