Shades of Downy #68C9BA
Tints of Downy #68C9BA
RGB
CMYK
RGB Variations
Color information
#68C9BA (or 0x68C9BA) is known color: Downy. HEX triplet: 68, C9 and BA. RGB value is (104,201,186). Sum of RGB (Red+Green+Blue) = 104+201+186=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9BA is #973645. Grayscale: #AAAAAA. Windows color (decimal): -9909830 or 12241256. OLE color: 12241256.
HSL color Cylindrical-coordinate representation of color #68C9BA: hue angle of 170.72º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9BA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 186 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.21 |
| HSL | 170.72º | 0.47% | 0.6% | - |
| HSV(B) | 170.72º | 0.48% | 0.79% | - |
| XYZ | 35.46 | 48.26 | 53.9 | - |
| YUV | 170.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 186 | 0.48 | 0 | 0.07 | 0.21 | 170.72 | 0.47 | 0.6 |
| Hex | 68 | C9 | BA | 30 | 0 | 7 | 15 | AB | 2F | 3C |
| Octal | 150 | 311 | 272 | 60 | 0 | 7 | 25 | 253 | 57 | 74 |
| Binary | 1101000 | 11001001 | 10111010 | 110000 | 0 | 111 | 10101 | 10101011 | 101111 | 111100 |
Color Harmonies of #68C9BA
Complementary color
Monochromatic Colors of #68C9BA
Black with #68C9BA
Text Example
Text Example
White with #68C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9BA; }
p { color: rgb(104,201,186); }
H1.HeaderClassName
{
color: #68C9BA;
}
.AnyTagClassName
{
color: #68C9BA;
}
</style>
background-color css
<style>
a { background-color: #68C9BA; }
a { background-color: rgb(104,201,186); }
div.DivClassName
{
background-color: #68C9BA;
}
.BgClassName
{
background-color: #68C9BA;
}
</style>
border-color css
<style>
span { border-color: #68C9BA; }
span { border-color: rgb(104,201,186); }
td.TdClassName
{
border-color: #68C9BA;
}
.TagClassName
{
border-color: #68C9BA;
}
</style>