Shades of Downy #67D7CE
Tints of Downy #67D7CE
RGB
CMYK
RGB Variations
Color information
#67D7CE (or 0x67D7CE) is known color: Downy. HEX triplet: 67, D7 and CE. RGB value is (103,215,206). Sum of RGB (Red+Green+Blue) = 103+215+206=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #67D7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D7CE is #982831. Grayscale: #B4B4B4. Windows color (decimal): -9971762 or 13555559. OLE color: 13555559.
HSL color Cylindrical-coordinate representation of color #67D7CE: hue angle of 175.18º 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 #67D7CE is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 215 | 206 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.16 |
| HSL | 175.18º | 0.58% | 0.62% | - |
| HSV(B) | 175.18º | 0.52% | 0.84% | - |
| XYZ | 41.03 | 55.94 | 67.03 | - |
| YUV | 180.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 206 | 0.52 | 0 | 0.04 | 0.16 | 175.18 | 0.58 | 0.62 |
| Hex | 67 | D7 | CE | 34 | 0 | 4 | 10 | AF | 3A | 3E |
| Octal | 147 | 327 | 316 | 64 | 0 | 4 | 20 | 257 | 72 | 76 |
| Binary | 1100111 | 11010111 | 11001110 | 110100 | 0 | 100 | 10000 | 10101111 | 111010 | 111110 |
Color Harmonies of #67D7CE
Complementary color
Monochromatic Colors of #67D7CE
Black with #67D7CE
Text Example
Text Example
White with #67D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D7CE; }
p { color: rgb(103,215,206); }
H1.HeaderClassName
{
color: #67D7CE;
}
.AnyTagClassName
{
color: #67D7CE;
}
</style>
background-color css
<style>
a { background-color: #67D7CE; }
a { background-color: rgb(103,215,206); }
div.DivClassName
{
background-color: #67D7CE;
}
.BgClassName
{
background-color: #67D7CE;
}
</style>
border-color css
<style>
span { border-color: #67D7CE; }
span { border-color: rgb(103,215,206); }
td.TdClassName
{
border-color: #67D7CE;
}
.TagClassName
{
border-color: #67D7CE;
}
</style>