Shades of Downy #67D0CB
Tints of Downy #67D0CB
RGB
CMYK
RGB Variations
Color information
#67D0CB (or 0x67D0CB) is known color: Downy. HEX triplet: 67, D0 and CB. RGB value is (103,208,203). Sum of RGB (Red+Green+Blue) = 103+208+203=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D0CB is #982F34. Grayscale: #AFAFAF. Windows color (decimal): -9973557 or 13357159. OLE color: 13357159.
HSL color Cylindrical-coordinate representation of color #67D0CB: hue angle of 177.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D0CB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 203 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.18 |
| HSL | 177.14º | 0.53% | 0.61% | - |
| HSV(B) | 177.14º | 0.5% | 0.82% | - |
| XYZ | 38.93 | 52.31 | 64.54 | - |
| YUV | 176.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 203 | 0.50 | 0 | 0.02 | 0.18 | 177.14 | 0.53 | 0.61 |
| Hex | 67 | D0 | CB | 32 | 0 | 2 | 12 | B1 | 35 | 3D |
| Octal | 147 | 320 | 313 | 62 | 0 | 2 | 22 | 261 | 65 | 75 |
| Binary | 1100111 | 11010000 | 11001011 | 110010 | 0 | 10 | 10010 | 10110001 | 110101 | 111101 |
Color Harmonies of #67D0CB
Complementary color
Monochromatic Colors of #67D0CB
Black with #67D0CB
Text Example
Text Example
White with #67D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D0CB; }
p { color: rgb(103,208,203); }
H1.HeaderClassName
{
color: #67D0CB;
}
.AnyTagClassName
{
color: #67D0CB;
}
</style>
background-color css
<style>
a { background-color: #67D0CB; }
a { background-color: rgb(103,208,203); }
div.DivClassName
{
background-color: #67D0CB;
}
.BgClassName
{
background-color: #67D0CB;
}
</style>
border-color css
<style>
span { border-color: #67D0CB; }
span { border-color: rgb(103,208,203); }
td.TdClassName
{
border-color: #67D0CB;
}
.TagClassName
{
border-color: #67D0CB;
}
</style>