Shades of Downy #68EABA
Tints of Downy #68EABA
RGB
CMYK
RGB Variations
Color information
#68EABA (or 0x68EABA) is known color: Downy. HEX triplet: 68, EA and BA. RGB value is (104,234,186). Sum of RGB (Red+Green+Blue) = 104+234+186=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #68EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EABA is #971545. Grayscale: #BDBDBD. Windows color (decimal): -9901382 or 12249704. OLE color: 12249704.
HSL color Cylindrical-coordinate representation of color #68EABA: hue angle of 157.85º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EABA is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 186 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.08 |
| HSL | 157.85º | 0.76% | 0.66% | - |
| HSV(B) | 157.85º | 0.56% | 0.92% | - |
| XYZ | 43.99 | 65.33 | 56.75 | - |
| YUV | 189.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 186 | 0.56 | 0 | 0.21 | 0.08 | 157.85 | 0.76 | 0.66 |
| Hex | 68 | EA | BA | 38 | 0 | 15 | 8 | 9E | 4C | 42 |
| Octal | 150 | 352 | 272 | 70 | 0 | 25 | 10 | 236 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10111010 | 111000 | 0 | 10101 | 1000 | 10011110 | 1001100 | 1000010 |
Color Harmonies of #68EABA
Complementary color
Monochromatic Colors of #68EABA
Black with #68EABA
Text Example
Text Example
White with #68EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EABA; }
p { color: rgb(104,234,186); }
H1.HeaderClassName
{
color: #68EABA;
}
.AnyTagClassName
{
color: #68EABA;
}
</style>
background-color css
<style>
a { background-color: #68EABA; }
a { background-color: rgb(104,234,186); }
div.DivClassName
{
background-color: #68EABA;
}
.BgClassName
{
background-color: #68EABA;
}
</style>
border-color css
<style>
span { border-color: #68EABA; }
span { border-color: rgb(104,234,186); }
td.TdClassName
{
border-color: #68EABA;
}
.TagClassName
{
border-color: #68EABA;
}
</style>