Shades of Downy #68D8CA
Tints of Downy #68D8CA
RGB
CMYK
RGB Variations
Color information
#68D8CA (or 0x68D8CA) is known color: Downy. HEX triplet: 68, D8 and CA. RGB value is (104,216,202). Sum of RGB (Red+Green+Blue) = 104+216+202=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8CA is #972735. Grayscale: #B4B4B4. Windows color (decimal): -9905974 or 13293672. OLE color: 13293672.
HSL color Cylindrical-coordinate representation of color #68D8CA: hue angle of 172.5º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8CA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 202 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.15 |
| HSL | 172.5º | 0.59% | 0.63% | - |
| HSV(B) | 172.5º | 0.52% | 0.85% | - |
| XYZ | 40.93 | 56.32 | 64.59 | - |
| YUV | 180.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 202 | 0.52 | 0 | 0.06 | 0.15 | 172.5 | 0.59 | 0.63 |
| Hex | 68 | D8 | CA | 34 | 0 | 6 | F | AC | 3B | 3F |
| Octal | 150 | 330 | 312 | 64 | 0 | 6 | 17 | 254 | 73 | 77 |
| Binary | 1101000 | 11011000 | 11001010 | 110100 | 0 | 110 | 1111 | 10101100 | 111011 | 111111 |
Color Harmonies of #68D8CA
Complementary color
Monochromatic Colors of #68D8CA
Black with #68D8CA
Text Example
Text Example
White with #68D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8CA; }
p { color: rgb(104,216,202); }
H1.HeaderClassName
{
color: #68D8CA;
}
.AnyTagClassName
{
color: #68D8CA;
}
</style>
background-color css
<style>
a { background-color: #68D8CA; }
a { background-color: rgb(104,216,202); }
div.DivClassName
{
background-color: #68D8CA;
}
.BgClassName
{
background-color: #68D8CA;
}
</style>
border-color css
<style>
span { border-color: #68D8CA; }
span { border-color: rgb(104,216,202); }
td.TdClassName
{
border-color: #68D8CA;
}
.TagClassName
{
border-color: #68D8CA;
}
</style>