Shades of Downy #68E7CA
Tints of Downy #68E7CA
RGB
CMYK
RGB Variations
Color information
#68E7CA (or 0x68E7CA) is known color: Downy. HEX triplet: 68, E7 and CA. RGB value is (104,231,202). Sum of RGB (Red+Green+Blue) = 104+231+202=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E7CA is #971835. Grayscale: #BDBDBD. Windows color (decimal): -9902134 or 13297512. OLE color: 13297512.
HSL color Cylindrical-coordinate representation of color #68E7CA: hue angle of 166.3º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E7CA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 202 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.09 |
| HSL | 166.3º | 0.73% | 0.66% | - |
| HSV(B) | 166.3º | 0.55% | 0.91% | - |
| XYZ | 44.95 | 64.36 | 65.93 | - |
| YUV | 189.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 202 | 0.55 | 0 | 0.13 | 0.09 | 166.3 | 0.73 | 0.66 |
| Hex | 68 | E7 | CA | 37 | 0 | D | 9 | A6 | 49 | 42 |
| Octal | 150 | 347 | 312 | 67 | 0 | 15 | 11 | 246 | 111 | 102 |
| Binary | 1101000 | 11100111 | 11001010 | 110111 | 0 | 1101 | 1001 | 10100110 | 1001001 | 1000010 |
Color Harmonies of #68E7CA
Complementary color
Monochromatic Colors of #68E7CA
Black with #68E7CA
Text Example
Text Example
White with #68E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E7CA; }
p { color: rgb(104,231,202); }
H1.HeaderClassName
{
color: #68E7CA;
}
.AnyTagClassName
{
color: #68E7CA;
}
</style>
background-color css
<style>
a { background-color: #68E7CA; }
a { background-color: rgb(104,231,202); }
div.DivClassName
{
background-color: #68E7CA;
}
.BgClassName
{
background-color: #68E7CA;
}
</style>
border-color css
<style>
span { border-color: #68E7CA; }
span { border-color: rgb(104,231,202); }
td.TdClassName
{
border-color: #68E7CA;
}
.TagClassName
{
border-color: #68E7CA;
}
</style>