Shades of Downy #68F0BA
Tints of Downy #68F0BA
RGB
CMYK
RGB Variations
Color information
#68F0BA (or 0x68F0BA) is known color: Downy. HEX triplet: 68, F0 and BA. RGB value is (104,240,186). Sum of RGB (Red+Green+Blue) = 104+240+186=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0BA is #970F45. Grayscale: #C1C1C1. Windows color (decimal): -9899846 or 12251240. OLE color: 12251240.
HSL color Cylindrical-coordinate representation of color #68F0BA: hue angle of 156.18º 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 #68F0BA is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 186 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.06 |
| HSL | 156.18º | 0.82% | 0.67% | - |
| HSV(B) | 156.18º | 0.57% | 0.94% | - |
| XYZ | 45.73 | 68.81 | 57.33 | - |
| YUV | 193.18 | 123.94 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 186 | 0.57 | 0 | 0.22 | 0.06 | 156.18 | 0.82 | 0.67 |
| Hex | 68 | F0 | BA | 39 | 0 | 16 | 6 | 9C | 52 | 43 |
| Octal | 150 | 360 | 272 | 71 | 0 | 26 | 6 | 234 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10111010 | 111001 | 0 | 10110 | 110 | 10011100 | 1010010 | 1000011 |
Color Harmonies of #68F0BA
Complementary color
Monochromatic Colors of #68F0BA
Black with #68F0BA
Text Example
Text Example
White with #68F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0BA; }
p { color: rgb(104,240,186); }
H1.HeaderClassName
{
color: #68F0BA;
}
.AnyTagClassName
{
color: #68F0BA;
}
</style>
background-color css
<style>
a { background-color: #68F0BA; }
a { background-color: rgb(104,240,186); }
div.DivClassName
{
background-color: #68F0BA;
}
.BgClassName
{
background-color: #68F0BA;
}
</style>
border-color css
<style>
span { border-color: #68F0BA; }
span { border-color: rgb(104,240,186); }
td.TdClassName
{
border-color: #68F0BA;
}
.TagClassName
{
border-color: #68F0BA;
}
</style>