Shades of Downy #68DAB8
Tints of Downy #68DAB8
RGB
CMYK
RGB Variations
Color information
#68DAB8 (or 0x68DAB8) is known color: Downy. HEX triplet: 68, DA and B8. RGB value is (104,218,184). Sum of RGB (Red+Green+Blue) = 104+218+184=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAB8 is #972547. Grayscale: #B4B4B4. Windows color (decimal): -9905480 or 12114536. OLE color: 12114536.
HSL color Cylindrical-coordinate representation of color #68DAB8: hue angle of 162.11º degrees, saturation: 0.61, 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 #68DAB8 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 184 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.15 |
| HSL | 162.11º | 0.61% | 0.63% | - |
| HSV(B) | 162.11º | 0.52% | 0.85% | - |
| XYZ | 39.43 | 56.55 | 54.18 | - |
| YUV | 180.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 184 | 0.52 | 0 | 0.16 | 0.15 | 162.11 | 0.61 | 0.63 |
| Hex | 68 | DA | B8 | 34 | 0 | 10 | F | A2 | 3D | 3F |
| Octal | 150 | 332 | 270 | 64 | 0 | 20 | 17 | 242 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10111000 | 110100 | 0 | 10000 | 1111 | 10100010 | 111101 | 111111 |
Color Harmonies of #68DAB8
Complementary color
Monochromatic Colors of #68DAB8
Black with #68DAB8
Text Example
Text Example
White with #68DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAB8; }
p { color: rgb(104,218,184); }
H1.HeaderClassName
{
color: #68DAB8;
}
.AnyTagClassName
{
color: #68DAB8;
}
</style>
background-color css
<style>
a { background-color: #68DAB8; }
a { background-color: rgb(104,218,184); }
div.DivClassName
{
background-color: #68DAB8;
}
.BgClassName
{
background-color: #68DAB8;
}
</style>
border-color css
<style>
span { border-color: #68DAB8; }
span { border-color: rgb(104,218,184); }
td.TdClassName
{
border-color: #68DAB8;
}
.TagClassName
{
border-color: #68DAB8;
}
</style>