Shades of Downy #67D6CE
Tints of Downy #67D6CE
RGB
CMYK
RGB Variations
Color information
#67D6CE (or 0x67D6CE) is known color: Downy. HEX triplet: 67, D6 and CE. RGB value is (103,214,206). Sum of RGB (Red+Green+Blue) = 103+214+206=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6CE is #982931. Grayscale: #B3B3B3. Windows color (decimal): -9972018 or 13555303. OLE color: 13555303.
HSL color Cylindrical-coordinate representation of color #67D6CE: hue angle of 175.68º 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 #67D6CE is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 206 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.16 |
| HSL | 175.68º | 0.58% | 0.62% | - |
| HSV(B) | 175.68º | 0.52% | 0.84% | - |
| XYZ | 40.78 | 55.43 | 66.94 | - |
| YUV | 179.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 206 | 0.52 | 0 | 0.04 | 0.16 | 175.68 | 0.58 | 0.62 |
| Hex | 67 | D6 | CE | 34 | 0 | 4 | 10 | B0 | 3A | 3E |
| Octal | 147 | 326 | 316 | 64 | 0 | 4 | 20 | 260 | 72 | 76 |
| Binary | 1100111 | 11010110 | 11001110 | 110100 | 0 | 100 | 10000 | 10110000 | 111010 | 111110 |
Color Harmonies of #67D6CE
Complementary color
Monochromatic Colors of #67D6CE
Black with #67D6CE
Text Example
Text Example
White with #67D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6CE; }
p { color: rgb(103,214,206); }
H1.HeaderClassName
{
color: #67D6CE;
}
.AnyTagClassName
{
color: #67D6CE;
}
</style>
background-color css
<style>
a { background-color: #67D6CE; }
a { background-color: rgb(103,214,206); }
div.DivClassName
{
background-color: #67D6CE;
}
.BgClassName
{
background-color: #67D6CE;
}
</style>
border-color css
<style>
span { border-color: #67D6CE; }
span { border-color: rgb(103,214,206); }
td.TdClassName
{
border-color: #67D6CE;
}
.TagClassName
{
border-color: #67D6CE;
}
</style>