Shades of Downy #67D7CB
Tints of Downy #67D7CB
RGB
CMYK
RGB Variations
Color information
#67D7CB (or 0x67D7CB) is known color: Downy. HEX triplet: 67, D7 and CB. RGB value is (103,215,203). Sum of RGB (Red+Green+Blue) = 103+215+203=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #67D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D7CB is #982834. Grayscale: #B4B4B4. Windows color (decimal): -9971765 or 13358951. OLE color: 13358951.
HSL color Cylindrical-coordinate representation of color #67D7CB: hue angle of 173.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D7CB is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 215 | 203 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.16 |
| HSL | 173.57º | 0.58% | 0.62% | - |
| HSV(B) | 173.57º | 0.52% | 0.84% | - |
| XYZ | 40.67 | 55.8 | 65.13 | - |
| YUV | 180.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 203 | 0.52 | 0 | 0.06 | 0.16 | 173.57 | 0.58 | 0.62 |
| Hex | 67 | D7 | CB | 34 | 0 | 6 | 10 | AE | 3A | 3E |
| Octal | 147 | 327 | 313 | 64 | 0 | 6 | 20 | 256 | 72 | 76 |
| Binary | 1100111 | 11010111 | 11001011 | 110100 | 0 | 110 | 10000 | 10101110 | 111010 | 111110 |
Color Harmonies of #67D7CB
Complementary color
Monochromatic Colors of #67D7CB
Black with #67D7CB
Text Example
Text Example
White with #67D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D7CB; }
p { color: rgb(103,215,203); }
H1.HeaderClassName
{
color: #67D7CB;
}
.AnyTagClassName
{
color: #67D7CB;
}
</style>
background-color css
<style>
a { background-color: #67D7CB; }
a { background-color: rgb(103,215,203); }
div.DivClassName
{
background-color: #67D7CB;
}
.BgClassName
{
background-color: #67D7CB;
}
</style>
border-color css
<style>
span { border-color: #67D7CB; }
span { border-color: rgb(103,215,203); }
td.TdClassName
{
border-color: #67D7CB;
}
.TagClassName
{
border-color: #67D7CB;
}
</style>