Shades of Downy #68CDBC
Tints of Downy #68CDBC
RGB
CMYK
RGB Variations
Color information
#68CDBC (or 0x68CDBC) is known color: Downy. HEX triplet: 68, CD and BC. RGB value is (104,205,188). Sum of RGB (Red+Green+Blue) = 104+205+188=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDBC is #973243. Grayscale: #ACACAC. Windows color (decimal): -9908804 or 12373352. OLE color: 12373352.
HSL color Cylindrical-coordinate representation of color #68CDBC: hue angle of 169.9º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CDBC is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 188 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.20 |
| HSL | 169.9º | 0.5% | 0.61% | - |
| HSV(B) | 169.9º | 0.49% | 0.8% | - |
| XYZ | 36.62 | 50.24 | 55.34 | - |
| YUV | 172.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 188 | 0.49 | 0 | 0.08 | 0.20 | 169.9 | 0.5 | 0.61 |
| Hex | 68 | CD | BC | 31 | 0 | 8 | 14 | AA | 32 | 3D |
| Octal | 150 | 315 | 274 | 61 | 0 | 10 | 24 | 252 | 62 | 75 |
| Binary | 1101000 | 11001101 | 10111100 | 110001 | 0 | 1000 | 10100 | 10101010 | 110010 | 111101 |
Color Harmonies of #68CDBC
Complementary color
Monochromatic Colors of #68CDBC
Black with #68CDBC
Text Example
Text Example
White with #68CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDBC; }
p { color: rgb(104,205,188); }
H1.HeaderClassName
{
color: #68CDBC;
}
.AnyTagClassName
{
color: #68CDBC;
}
</style>
background-color css
<style>
a { background-color: #68CDBC; }
a { background-color: rgb(104,205,188); }
div.DivClassName
{
background-color: #68CDBC;
}
.BgClassName
{
background-color: #68CDBC;
}
</style>
border-color css
<style>
span { border-color: #68CDBC; }
span { border-color: rgb(104,205,188); }
td.TdClassName
{
border-color: #68CDBC;
}
.TagClassName
{
border-color: #68CDBC;
}
</style>