Shades of Downy #67CFBB
Tints of Downy #67CFBB
RGB
CMYK
RGB Variations
Color information
#67CFBB (or 0x67CFBB) is known color: Downy. HEX triplet: 67, CF and BB. RGB value is (103,207,187). Sum of RGB (Red+Green+Blue) = 103+207+187=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFBB is #983044. Grayscale: #ADADAD. Windows color (decimal): -9973829 or 12308327. OLE color: 12308327.
HSL color Cylindrical-coordinate representation of color #67CFBB: hue angle of 168.46º 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 #67CFBB is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 187 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.19 |
| HSL | 168.46º | 0.52% | 0.61% | - |
| HSV(B) | 168.46º | 0.5% | 0.81% | - |
| XYZ | 36.88 | 51.1 | 54.93 | - |
| YUV | 173.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 187 | 0.50 | 0 | 0.10 | 0.19 | 168.46 | 0.52 | 0.61 |
| Hex | 67 | CF | BB | 32 | 0 | A | 13 | A8 | 34 | 3D |
| Octal | 147 | 317 | 273 | 62 | 0 | 12 | 23 | 250 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10111011 | 110010 | 0 | 1010 | 10011 | 10101000 | 110100 | 111101 |
Color Harmonies of #67CFBB
Complementary color
Monochromatic Colors of #67CFBB
Black with #67CFBB
Text Example
Text Example
White with #67CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFBB; }
p { color: rgb(103,207,187); }
H1.HeaderClassName
{
color: #67CFBB;
}
.AnyTagClassName
{
color: #67CFBB;
}
</style>
background-color css
<style>
a { background-color: #67CFBB; }
a { background-color: rgb(103,207,187); }
div.DivClassName
{
background-color: #67CFBB;
}
.BgClassName
{
background-color: #67CFBB;
}
</style>
border-color css
<style>
span { border-color: #67CFBB; }
span { border-color: rgb(103,207,187); }
td.TdClassName
{
border-color: #67CFBB;
}
.TagClassName
{
border-color: #67CFBB;
}
</style>