Shades of Downy #68EABD
Tints of Downy #68EABD
RGB
CMYK
RGB Variations
Color information
#68EABD (or 0x68EABD) is known color: Downy. HEX triplet: 68, EA and BD. RGB value is (104,234,189). Sum of RGB (Red+Green+Blue) = 104+234+189=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #68EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EABD is #971542. Grayscale: #BEBEBE. Windows color (decimal): -9901379 or 12446312. OLE color: 12446312.
HSL color Cylindrical-coordinate representation of color #68EABD: hue angle of 159.23º 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 #68EABD is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 189 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.08 |
| HSL | 159.23º | 0.76% | 0.66% | - |
| HSV(B) | 159.23º | 0.56% | 0.92% | - |
| XYZ | 44.32 | 65.46 | 58.44 | - |
| YUV | 190 | 127.43 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 189 | 0.56 | 0 | 0.19 | 0.08 | 159.23 | 0.76 | 0.66 |
| Hex | 68 | EA | BD | 38 | 0 | 13 | 8 | 9F | 4C | 42 |
| Octal | 150 | 352 | 275 | 70 | 0 | 23 | 10 | 237 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10111101 | 111000 | 0 | 10011 | 1000 | 10011111 | 1001100 | 1000010 |
Color Harmonies of #68EABD
Complementary color
Monochromatic Colors of #68EABD
Black with #68EABD
Text Example
Text Example
White with #68EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EABD; }
p { color: rgb(104,234,189); }
H1.HeaderClassName
{
color: #68EABD;
}
.AnyTagClassName
{
color: #68EABD;
}
</style>
background-color css
<style>
a { background-color: #68EABD; }
a { background-color: rgb(104,234,189); }
div.DivClassName
{
background-color: #68EABD;
}
.BgClassName
{
background-color: #68EABD;
}
</style>
border-color css
<style>
span { border-color: #68EABD; }
span { border-color: rgb(104,234,189); }
td.TdClassName
{
border-color: #68EABD;
}
.TagClassName
{
border-color: #68EABD;
}
</style>