Shades of Downy #67C4BF
Tints of Downy #67C4BF
RGB
CMYK
RGB Variations
Color information
#67C4BF (or 0x67C4BF) is known color: Downy. HEX triplet: 67, C4 and BF. RGB value is (103,196,191). Sum of RGB (Red+Green+Blue) = 103+196+191=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #67C4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C4BF is #983B40. Grayscale: #A7A7A7. Windows color (decimal): -9976641 or 12567655. OLE color: 12567655.
HSL color Cylindrical-coordinate representation of color #67C4BF: hue angle of 176.77º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C4BF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 196 | 191 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.23 |
| HSL | 176.77º | 0.44% | 0.59% | - |
| HSV(B) | 176.77º | 0.47% | 0.77% | - |
| XYZ | 34.74 | 46.13 | 56.36 | - |
| YUV | 167.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 196 | 191 | 0.47 | 0 | 0.03 | 0.23 | 176.77 | 0.44 | 0.59 |
| Hex | 67 | C4 | BF | 2F | 0 | 3 | 17 | B1 | 2C | 3B |
| Octal | 147 | 304 | 277 | 57 | 0 | 3 | 27 | 261 | 54 | 73 |
| Binary | 1100111 | 11000100 | 10111111 | 101111 | 0 | 11 | 10111 | 10110001 | 101100 | 111011 |
Color Harmonies of #67C4BF
Complementary color
Monochromatic Colors of #67C4BF
Black with #67C4BF
Text Example
Text Example
White with #67C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C4BF; }
p { color: rgb(103,196,191); }
H1.HeaderClassName
{
color: #67C4BF;
}
.AnyTagClassName
{
color: #67C4BF;
}
</style>
background-color css
<style>
a { background-color: #67C4BF; }
a { background-color: rgb(103,196,191); }
div.DivClassName
{
background-color: #67C4BF;
}
.BgClassName
{
background-color: #67C4BF;
}
</style>
border-color css
<style>
span { border-color: #67C4BF; }
span { border-color: rgb(103,196,191); }
td.TdClassName
{
border-color: #67C4BF;
}
.TagClassName
{
border-color: #67C4BF;
}
</style>