Shades of Downy #68EABB
Tints of Downy #68EABB
RGB
CMYK
RGB Variations
Color information
#68EABB (or 0x68EABB) is known color: Downy. HEX triplet: 68, EA and BB. RGB value is (104,234,187). Sum of RGB (Red+Green+Blue) = 104+234+187=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #68EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EABB is #971544. Grayscale: #BDBDBD. Windows color (decimal): -9901381 or 12315240. OLE color: 12315240.
HSL color Cylindrical-coordinate representation of color #68EABB: hue angle of 158.31º 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 #68EABB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 187 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.08 |
| HSL | 158.31º | 0.76% | 0.66% | - |
| HSV(B) | 158.31º | 0.56% | 0.92% | - |
| XYZ | 44.1 | 65.38 | 57.31 | - |
| YUV | 189.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 187 | 0.56 | 0 | 0.20 | 0.08 | 158.31 | 0.76 | 0.66 |
| Hex | 68 | EA | BB | 38 | 0 | 14 | 8 | 9E | 4C | 42 |
| Octal | 150 | 352 | 273 | 70 | 0 | 24 | 10 | 236 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10111011 | 111000 | 0 | 10100 | 1000 | 10011110 | 1001100 | 1000010 |
Color Harmonies of #68EABB
Complementary color
Monochromatic Colors of #68EABB
Black with #68EABB
Text Example
Text Example
White with #68EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EABB; }
p { color: rgb(104,234,187); }
H1.HeaderClassName
{
color: #68EABB;
}
.AnyTagClassName
{
color: #68EABB;
}
</style>
background-color css
<style>
a { background-color: #68EABB; }
a { background-color: rgb(104,234,187); }
div.DivClassName
{
background-color: #68EABB;
}
.BgClassName
{
background-color: #68EABB;
}
</style>
border-color css
<style>
span { border-color: #68EABB; }
span { border-color: rgb(104,234,187); }
td.TdClassName
{
border-color: #68EABB;
}
.TagClassName
{
border-color: #68EABB;
}
</style>