Shades of Downy #68F0BD
Tints of Downy #68F0BD
RGB
CMYK
RGB Variations
Color information
#68F0BD (or 0x68F0BD) is known color: Downy. HEX triplet: 68, F0 and BD. RGB value is (104,240,189). Sum of RGB (Red+Green+Blue) = 104+240+189=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0BD is #970F42. Grayscale: #C1C1C1. Windows color (decimal): -9899843 or 12447848. OLE color: 12447848.
HSL color Cylindrical-coordinate representation of color #68F0BD: hue angle of 157.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0BD is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 189 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.06 |
| HSL | 157.5º | 0.82% | 0.67% | - |
| HSV(B) | 157.5º | 0.57% | 0.94% | - |
| XYZ | 46.05 | 68.94 | 59.02 | - |
| YUV | 193.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 189 | 0.57 | 0 | 0.21 | 0.06 | 157.5 | 0.82 | 0.67 |
| Hex | 68 | F0 | BD | 39 | 0 | 15 | 6 | 9E | 52 | 43 |
| Octal | 150 | 360 | 275 | 71 | 0 | 25 | 6 | 236 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10111101 | 111001 | 0 | 10101 | 110 | 10011110 | 1010010 | 1000011 |
Color Harmonies of #68F0BD
Complementary color
Monochromatic Colors of #68F0BD
Black with #68F0BD
Text Example
Text Example
White with #68F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0BD; }
p { color: rgb(104,240,189); }
H1.HeaderClassName
{
color: #68F0BD;
}
.AnyTagClassName
{
color: #68F0BD;
}
</style>
background-color css
<style>
a { background-color: #68F0BD; }
a { background-color: rgb(104,240,189); }
div.DivClassName
{
background-color: #68F0BD;
}
.BgClassName
{
background-color: #68F0BD;
}
</style>
border-color css
<style>
span { border-color: #68F0BD; }
span { border-color: rgb(104,240,189); }
td.TdClassName
{
border-color: #68F0BD;
}
.TagClassName
{
border-color: #68F0BD;
}
</style>