Shades of Downy #67CECD
Tints of Downy #67CECD
RGB
CMYK
RGB Variations
Color information
#67CECD (or 0x67CECD) is known color: Downy. HEX triplet: 67, CE and CD. RGB value is (103,206,205). Sum of RGB (Red+Green+Blue) = 103+206+205=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #67CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CECD is #983132. Grayscale: #AEAEAE. Windows color (decimal): -9974067 or 13487719. OLE color: 13487719.
HSL color Cylindrical-coordinate representation of color #67CECD: hue angle of 179.42º degrees, saturation: 0.51, 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 #67CECD is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 205 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.19 |
| HSL | 179.42º | 0.51% | 0.61% | - |
| HSV(B) | 179.42º | 0.5% | 0.81% | - |
| XYZ | 38.68 | 51.43 | 65.65 | - |
| YUV | 175.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 205 | 0.50 | 0 | 0.00 | 0.19 | 179.42 | 0.51 | 0.61 |
| Hex | 67 | CE | CD | 32 | 0 | 0 | 13 | B3 | 33 | 3D |
| Octal | 147 | 316 | 315 | 62 | 0 | 0 | 23 | 263 | 63 | 75 |
| Binary | 1100111 | 11001110 | 11001101 | 110010 | 0 | 0 | 10011 | 10110011 | 110011 | 111101 |
Color Harmonies of #67CECD
Complementary color
Monochromatic Colors of #67CECD
Black with #67CECD
Text Example
Text Example
White with #67CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CECD; }
p { color: rgb(103,206,205); }
H1.HeaderClassName
{
color: #67CECD;
}
.AnyTagClassName
{
color: #67CECD;
}
</style>
background-color css
<style>
a { background-color: #67CECD; }
a { background-color: rgb(103,206,205); }
div.DivClassName
{
background-color: #67CECD;
}
.BgClassName
{
background-color: #67CECD;
}
</style>
border-color css
<style>
span { border-color: #67CECD; }
span { border-color: rgb(103,206,205); }
td.TdClassName
{
border-color: #67CECD;
}
.TagClassName
{
border-color: #67CECD;
}
</style>