Shades of Downy #68D2BD
Tints of Downy #68D2BD
RGB
CMYK
RGB Variations
Color information
#68D2BD (or 0x68D2BD) is known color: Downy. HEX triplet: 68, D2 and BD. RGB value is (104,210,189). Sum of RGB (Red+Green+Blue) = 104+210+189=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #68D2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2BD is #972D42. Grayscale: #AFAFAF. Windows color (decimal): -9907523 or 12440168. OLE color: 12440168.
HSL color Cylindrical-coordinate representation of color #68D2BD: hue angle of 168.11º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D2BD is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 189 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.18 |
| HSL | 168.11º | 0.54% | 0.62% | - |
| HSV(B) | 168.11º | 0.5% | 0.82% | - |
| XYZ | 37.94 | 52.71 | 56.32 | - |
| YUV | 175.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 189 | 0.50 | 0 | 0.10 | 0.18 | 168.11 | 0.54 | 0.62 |
| Hex | 68 | D2 | BD | 32 | 0 | A | 12 | A8 | 36 | 3E |
| Octal | 150 | 322 | 275 | 62 | 0 | 12 | 22 | 250 | 66 | 76 |
| Binary | 1101000 | 11010010 | 10111101 | 110010 | 0 | 1010 | 10010 | 10101000 | 110110 | 111110 |
Color Harmonies of #68D2BD
Complementary color
Monochromatic Colors of #68D2BD
Black with #68D2BD
Text Example
Text Example
White with #68D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D2BD; }
p { color: rgb(104,210,189); }
H1.HeaderClassName
{
color: #68D2BD;
}
.AnyTagClassName
{
color: #68D2BD;
}
</style>
background-color css
<style>
a { background-color: #68D2BD; }
a { background-color: rgb(104,210,189); }
div.DivClassName
{
background-color: #68D2BD;
}
.BgClassName
{
background-color: #68D2BD;
}
</style>
border-color css
<style>
span { border-color: #68D2BD; }
span { border-color: rgb(104,210,189); }
td.TdClassName
{
border-color: #68D2BD;
}
.TagClassName
{
border-color: #68D2BD;
}
</style>