Shades of Downy #68DCBF
Tints of Downy #68DCBF
RGB
CMYK
RGB Variations
Color information
#68DCBF (or 0x68DCBF) is known color: Downy. HEX triplet: 68, DC and BF. RGB value is (104,220,191). Sum of RGB (Red+Green+Blue) = 104+220+191=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCBF is #972340. Grayscale: #B6B6B6. Windows color (decimal): -9904961 or 12573800. OLE color: 12573800.
HSL color Cylindrical-coordinate representation of color #68DCBF: hue angle of 165º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCBF is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 191 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.14 |
| HSL | 165º | 0.62% | 0.64% | - |
| HSV(B) | 165º | 0.53% | 0.86% | - |
| XYZ | 40.71 | 57.89 | 58.32 | - |
| YUV | 182.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 191 | 0.53 | 0 | 0.13 | 0.14 | 165 | 0.62 | 0.64 |
| Hex | 68 | DC | BF | 35 | 0 | D | E | A5 | 3E | 40 |
| Octal | 150 | 334 | 277 | 65 | 0 | 15 | 16 | 245 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10111111 | 110101 | 0 | 1101 | 1110 | 10100101 | 111110 | 1000000 |
Color Harmonies of #68DCBF
Complementary color
Monochromatic Colors of #68DCBF
Black with #68DCBF
Text Example
Text Example
White with #68DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCBF; }
p { color: rgb(104,220,191); }
H1.HeaderClassName
{
color: #68DCBF;
}
.AnyTagClassName
{
color: #68DCBF;
}
</style>
background-color css
<style>
a { background-color: #68DCBF; }
a { background-color: rgb(104,220,191); }
div.DivClassName
{
background-color: #68DCBF;
}
.BgClassName
{
background-color: #68DCBF;
}
</style>
border-color css
<style>
span { border-color: #68DCBF; }
span { border-color: rgb(104,220,191); }
td.TdClassName
{
border-color: #68DCBF;
}
.TagClassName
{
border-color: #68DCBF;
}
</style>