Shades of Downy #68CEB8
Tints of Downy #68CEB8
RGB
CMYK
RGB Variations
Color information
#68CEB8 (or 0x68CEB8) is known color: Downy. HEX triplet: 68, CE and B8. RGB value is (104,206,184). Sum of RGB (Red+Green+Blue) = 104+206+184=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEB8 is #973147. Grayscale: #ACACAC. Windows color (decimal): -9908552 or 12111464. OLE color: 12111464.
HSL color Cylindrical-coordinate representation of color #68CEB8: hue angle of 167.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEB8 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 184 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.19 |
| HSL | 167.06º | 0.51% | 0.61% | - |
| HSV(B) | 167.06º | 0.5% | 0.81% | - |
| XYZ | 36.43 | 50.55 | 53.18 | - |
| YUV | 172.99 | 134.21 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 184 | 0.50 | 0 | 0.11 | 0.19 | 167.06 | 0.51 | 0.61 |
| Hex | 68 | CE | B8 | 32 | 0 | B | 13 | A7 | 33 | 3D |
| Octal | 150 | 316 | 270 | 62 | 0 | 13 | 23 | 247 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10111000 | 110010 | 0 | 1011 | 10011 | 10100111 | 110011 | 111101 |
Color Harmonies of #68CEB8
Complementary color
Monochromatic Colors of #68CEB8
Black with #68CEB8
Text Example
Text Example
White with #68CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEB8; }
p { color: rgb(104,206,184); }
H1.HeaderClassName
{
color: #68CEB8;
}
.AnyTagClassName
{
color: #68CEB8;
}
</style>
background-color css
<style>
a { background-color: #68CEB8; }
a { background-color: rgb(104,206,184); }
div.DivClassName
{
background-color: #68CEB8;
}
.BgClassName
{
background-color: #68CEB8;
}
</style>
border-color css
<style>
span { border-color: #68CEB8; }
span { border-color: rgb(104,206,184); }
td.TdClassName
{
border-color: #68CEB8;
}
.TagClassName
{
border-color: #68CEB8;
}
</style>