Shades of Downy #67CFB6
Tints of Downy #67CFB6
RGB
CMYK
RGB Variations
Color information
#67CFB6 (or 0x67CFB6) is known color: Downy. HEX triplet: 67, CF and B6. RGB value is (103,207,182). Sum of RGB (Red+Green+Blue) = 103+207+182=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFB6 is #983049. Grayscale: #ADADAD. Windows color (decimal): -9973834 or 11980647. OLE color: 11980647.
HSL color Cylindrical-coordinate representation of color #67CFB6: hue angle of 165.58º degrees, saturation: 0.52, 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 #67CFB6 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 182 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.19 |
| HSL | 165.58º | 0.52% | 0.61% | - |
| HSV(B) | 165.58º | 0.5% | 0.81% | - |
| XYZ | 36.35 | 50.89 | 52.16 | - |
| YUV | 173.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 182 | 0.50 | 0 | 0.12 | 0.19 | 165.58 | 0.52 | 0.61 |
| Hex | 67 | CF | B6 | 32 | 0 | C | 13 | A6 | 34 | 3D |
| Octal | 147 | 317 | 266 | 62 | 0 | 14 | 23 | 246 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10110110 | 110010 | 0 | 1100 | 10011 | 10100110 | 110100 | 111101 |
Color Harmonies of #67CFB6
Complementary color
Monochromatic Colors of #67CFB6
Black with #67CFB6
Text Example
Text Example
White with #67CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFB6; }
p { color: rgb(103,207,182); }
H1.HeaderClassName
{
color: #67CFB6;
}
.AnyTagClassName
{
color: #67CFB6;
}
</style>
background-color css
<style>
a { background-color: #67CFB6; }
a { background-color: rgb(103,207,182); }
div.DivClassName
{
background-color: #67CFB6;
}
.BgClassName
{
background-color: #67CFB6;
}
</style>
border-color css
<style>
span { border-color: #67CFB6; }
span { border-color: rgb(103,207,182); }
td.TdClassName
{
border-color: #67CFB6;
}
.TagClassName
{
border-color: #67CFB6;
}
</style>