Shades of Downy #68CFCD
Tints of Downy #68CFCD
RGB
CMYK
RGB Variations
Color information
#68CFCD (or 0x68CFCD) is known color: Downy. HEX triplet: 68, CF and CD. RGB value is (104,207,205). Sum of RGB (Red+Green+Blue) = 104+207+205=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFCD is #973032. Grayscale: #AFAFAF. Windows color (decimal): -9908275 or 13487976. OLE color: 13487976.
HSL color Cylindrical-coordinate representation of color #68CFCD: hue angle of 178.83º degrees, saturation: 0.52, 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 #68CFCD is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 205 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.19 |
| HSL | 178.83º | 0.52% | 0.61% | - |
| HSV(B) | 178.83º | 0.5% | 0.81% | - |
| XYZ | 39.04 | 51.98 | 65.73 | - |
| YUV | 175.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 205 | 0.50 | 0 | 0.01 | 0.19 | 178.83 | 0.52 | 0.61 |
| Hex | 68 | CF | CD | 32 | 0 | 1 | 13 | B3 | 34 | 3D |
| Octal | 150 | 317 | 315 | 62 | 0 | 1 | 23 | 263 | 64 | 75 |
| Binary | 1101000 | 11001111 | 11001101 | 110010 | 0 | 1 | 10011 | 10110011 | 110100 | 111101 |
Color Harmonies of #68CFCD
Complementary color
Monochromatic Colors of #68CFCD
Black with #68CFCD
Text Example
Text Example
White with #68CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFCD; }
p { color: rgb(104,207,205); }
H1.HeaderClassName
{
color: #68CFCD;
}
.AnyTagClassName
{
color: #68CFCD;
}
</style>
background-color css
<style>
a { background-color: #68CFCD; }
a { background-color: rgb(104,207,205); }
div.DivClassName
{
background-color: #68CFCD;
}
.BgClassName
{
background-color: #68CFCD;
}
</style>
border-color css
<style>
span { border-color: #68CFCD; }
span { border-color: rgb(104,207,205); }
td.TdClassName
{
border-color: #68CFCD;
}
.TagClassName
{
border-color: #68CFCD;
}
</style>