Shades of Downy #68CFBD
Tints of Downy #68CFBD
RGB
CMYK
RGB Variations
Color information
#68CFBD (or 0x68CFBD) is known color: Downy. HEX triplet: 68, CF and BD. RGB value is (104,207,189). Sum of RGB (Red+Green+Blue) = 104+207+189=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFBD is #973042. Grayscale: #AEAEAE. Windows color (decimal): -9908291 or 12439400. OLE color: 12439400.
HSL color Cylindrical-coordinate representation of color #68CFBD: hue angle of 169.51º 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 #68CFBD is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 189 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.19 |
| HSL | 169.51º | 0.52% | 0.61% | - |
| HSV(B) | 169.51º | 0.5% | 0.81% | - |
| XYZ | 37.21 | 51.24 | 56.07 | - |
| YUV | 174.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 189 | 0.50 | 0 | 0.09 | 0.19 | 169.51 | 0.52 | 0.61 |
| Hex | 68 | CF | BD | 32 | 0 | 9 | 13 | AA | 34 | 3D |
| Octal | 150 | 317 | 275 | 62 | 0 | 11 | 23 | 252 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10111101 | 110010 | 0 | 1001 | 10011 | 10101010 | 110100 | 111101 |
Color Harmonies of #68CFBD
Complementary color
Monochromatic Colors of #68CFBD
Black with #68CFBD
Text Example
Text Example
White with #68CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFBD; }
p { color: rgb(104,207,189); }
H1.HeaderClassName
{
color: #68CFBD;
}
.AnyTagClassName
{
color: #68CFBD;
}
</style>
background-color css
<style>
a { background-color: #68CFBD; }
a { background-color: rgb(104,207,189); }
div.DivClassName
{
background-color: #68CFBD;
}
.BgClassName
{
background-color: #68CFBD;
}
</style>
border-color css
<style>
span { border-color: #68CFBD; }
span { border-color: rgb(104,207,189); }
td.TdClassName
{
border-color: #68CFBD;
}
.TagClassName
{
border-color: #68CFBD;
}
</style>