Shades of Downy #68D7CA
Tints of Downy #68D7CA
RGB
CMYK
RGB Variations
Color information
#68D7CA (or 0x68D7CA) is known color: Downy. HEX triplet: 68, D7 and CA. RGB value is (104,215,202). Sum of RGB (Red+Green+Blue) = 104+215+202=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7CA is #972835. Grayscale: #B4B4B4. Windows color (decimal): -9906230 or 13293416. OLE color: 13293416.
HSL color Cylindrical-coordinate representation of color #68D7CA: hue angle of 172.97º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7CA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 202 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.16 |
| HSL | 172.97º | 0.58% | 0.63% | - |
| HSV(B) | 172.97º | 0.52% | 0.84% | - |
| XYZ | 40.67 | 55.81 | 64.51 | - |
| YUV | 180.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 202 | 0.52 | 0 | 0.06 | 0.16 | 172.97 | 0.58 | 0.63 |
| Hex | 68 | D7 | CA | 34 | 0 | 6 | 10 | AD | 3A | 3F |
| Octal | 150 | 327 | 312 | 64 | 0 | 6 | 20 | 255 | 72 | 77 |
| Binary | 1101000 | 11010111 | 11001010 | 110100 | 0 | 110 | 10000 | 10101101 | 111010 | 111111 |
Color Harmonies of #68D7CA
Complementary color
Monochromatic Colors of #68D7CA
Black with #68D7CA
Text Example
Text Example
White with #68D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7CA; }
p { color: rgb(104,215,202); }
H1.HeaderClassName
{
color: #68D7CA;
}
.AnyTagClassName
{
color: #68D7CA;
}
</style>
background-color css
<style>
a { background-color: #68D7CA; }
a { background-color: rgb(104,215,202); }
div.DivClassName
{
background-color: #68D7CA;
}
.BgClassName
{
background-color: #68D7CA;
}
</style>
border-color css
<style>
span { border-color: #68D7CA; }
span { border-color: rgb(104,215,202); }
td.TdClassName
{
border-color: #68D7CA;
}
.TagClassName
{
border-color: #68D7CA;
}
</style>