Shades of Downy #68E3CA
Tints of Downy #68E3CA
RGB
CMYK
RGB Variations
Color information
#68E3CA (or 0x68E3CA) is known color: Downy. HEX triplet: 68, E3 and CA. RGB value is (104,227,202). Sum of RGB (Red+Green+Blue) = 104+227+202=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #68E3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E3CA is #971C35. Grayscale: #BBBBBB. Windows color (decimal): -9903158 or 13296488. OLE color: 13296488.
HSL color Cylindrical-coordinate representation of color #68E3CA: hue angle of 167.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E3CA is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 227 | 202 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.11 |
| HSL | 167.8º | 0.69% | 0.65% | - |
| HSV(B) | 167.8º | 0.54% | 0.89% | - |
| XYZ | 43.84 | 62.15 | 65.56 | - |
| YUV | 187.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 227 | 202 | 0.54 | 0 | 0.11 | 0.11 | 167.8 | 0.69 | 0.65 |
| Hex | 68 | E3 | CA | 36 | 0 | B | B | A8 | 45 | 41 |
| Octal | 150 | 343 | 312 | 66 | 0 | 13 | 13 | 250 | 105 | 101 |
| Binary | 1101000 | 11100011 | 11001010 | 110110 | 0 | 1011 | 1011 | 10101000 | 1000101 | 1000001 |
Color Harmonies of #68E3CA
Complementary color
Monochromatic Colors of #68E3CA
Black with #68E3CA
Text Example
Text Example
White with #68E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E3CA; }
p { color: rgb(104,227,202); }
H1.HeaderClassName
{
color: #68E3CA;
}
.AnyTagClassName
{
color: #68E3CA;
}
</style>
background-color css
<style>
a { background-color: #68E3CA; }
a { background-color: rgb(104,227,202); }
div.DivClassName
{
background-color: #68E3CA;
}
.BgClassName
{
background-color: #68E3CA;
}
</style>
border-color css
<style>
span { border-color: #68E3CA; }
span { border-color: rgb(104,227,202); }
td.TdClassName
{
border-color: #68E3CA;
}
.TagClassName
{
border-color: #68E3CA;
}
</style>