Shades of Downy #67CFBD
Tints of Downy #67CFBD
RGB
CMYK
RGB Variations
Color information
#67CFBD (or 0x67CFBD) is known color: Downy. HEX triplet: 67, CF and BD. RGB value is (103,207,189). Sum of RGB (Red+Green+Blue) = 103+207+189=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFBD is #983042. Grayscale: #ADADAD. Windows color (decimal): -9973827 or 12439399. OLE color: 12439399.
HSL color Cylindrical-coordinate representation of color #67CFBD: hue angle of 169.62º 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 #67CFBD is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 189 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.19 |
| HSL | 169.62º | 0.52% | 0.61% | - |
| HSV(B) | 169.62º | 0.5% | 0.81% | - |
| XYZ | 37.09 | 51.18 | 56.07 | - |
| YUV | 173.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 189 | 0.50 | 0 | 0.09 | 0.19 | 169.62 | 0.52 | 0.61 |
| Hex | 67 | CF | BD | 32 | 0 | 9 | 13 | AA | 34 | 3D |
| Octal | 147 | 317 | 275 | 62 | 0 | 11 | 23 | 252 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10111101 | 110010 | 0 | 1001 | 10011 | 10101010 | 110100 | 111101 |
Color Harmonies of #67CFBD
Complementary color
Monochromatic Colors of #67CFBD
Black with #67CFBD
Text Example
Text Example
White with #67CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFBD; }
p { color: rgb(103,207,189); }
H1.HeaderClassName
{
color: #67CFBD;
}
.AnyTagClassName
{
color: #67CFBD;
}
</style>
background-color css
<style>
a { background-color: #67CFBD; }
a { background-color: rgb(103,207,189); }
div.DivClassName
{
background-color: #67CFBD;
}
.BgClassName
{
background-color: #67CFBD;
}
</style>
border-color css
<style>
span { border-color: #67CFBD; }
span { border-color: rgb(103,207,189); }
td.TdClassName
{
border-color: #67CFBD;
}
.TagClassName
{
border-color: #67CFBD;
}
</style>