Shades of Downy #68EACA
Tints of Downy #68EACA
RGB
CMYK
RGB Variations
Color information
#68EACA (or 0x68EACA) is known color: Downy. HEX triplet: 68, EA and CA. RGB value is (104,234,202). Sum of RGB (Red+Green+Blue) = 104+234+202=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #68EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EACA is #971535. Grayscale: #BFBFBF. Windows color (decimal): -9901366 or 13298280. OLE color: 13298280.
HSL color Cylindrical-coordinate representation of color #68EACA: hue angle of 165.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 #68EACA is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 202 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.08 |
| HSL | 165.23º | 0.76% | 0.66% | - |
| HSV(B) | 165.23º | 0.56% | 0.92% | - |
| XYZ | 45.79 | 66.05 | 66.21 | - |
| YUV | 191.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 202 | 0.56 | 0 | 0.14 | 0.08 | 165.23 | 0.76 | 0.66 |
| Hex | 68 | EA | CA | 38 | 0 | E | 8 | A5 | 4C | 42 |
| Octal | 150 | 352 | 312 | 70 | 0 | 16 | 10 | 245 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11001010 | 111000 | 0 | 1110 | 1000 | 10100101 | 1001100 | 1000010 |
Color Harmonies of #68EACA
Complementary color
Monochromatic Colors of #68EACA
Black with #68EACA
Text Example
Text Example
White with #68EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EACA; }
p { color: rgb(104,234,202); }
H1.HeaderClassName
{
color: #68EACA;
}
.AnyTagClassName
{
color: #68EACA;
}
</style>
background-color css
<style>
a { background-color: #68EACA; }
a { background-color: rgb(104,234,202); }
div.DivClassName
{
background-color: #68EACA;
}
.BgClassName
{
background-color: #68EACA;
}
</style>
border-color css
<style>
span { border-color: #68EACA; }
span { border-color: rgb(104,234,202); }
td.TdClassName
{
border-color: #68EACA;
}
.TagClassName
{
border-color: #68EACA;
}
</style>