Shades of Downy #68CFBF
Tints of Downy #68CFBF
RGB
CMYK
RGB Variations
Color information
#68CFBF (or 0x68CFBF) is known color: Downy. HEX triplet: 68, CF and BF. RGB value is (104,207,191). Sum of RGB (Red+Green+Blue) = 104+207+191=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFBF is #973040. Grayscale: #AEAEAE. Windows color (decimal): -9908289 or 12570472. OLE color: 12570472.
HSL color Cylindrical-coordinate representation of color #68CFBF: hue angle of 170.68º degrees, saturation: 0.52, 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 #68CFBF is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 191 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.19 |
| HSL | 170.68º | 0.52% | 0.61% | - |
| HSV(B) | 170.68º | 0.5% | 0.81% | - |
| XYZ | 37.43 | 51.33 | 57.23 | - |
| YUV | 174.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 191 | 0.50 | 0 | 0.08 | 0.19 | 170.68 | 0.52 | 0.61 |
| Hex | 68 | CF | BF | 32 | 0 | 8 | 13 | AB | 34 | 3D |
| Octal | 150 | 317 | 277 | 62 | 0 | 10 | 23 | 253 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10111111 | 110010 | 0 | 1000 | 10011 | 10101011 | 110100 | 111101 |
Color Harmonies of #68CFBF
Complementary color
Monochromatic Colors of #68CFBF
Black with #68CFBF
Text Example
Text Example
White with #68CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFBF; }
p { color: rgb(104,207,191); }
H1.HeaderClassName
{
color: #68CFBF;
}
.AnyTagClassName
{
color: #68CFBF;
}
</style>
background-color css
<style>
a { background-color: #68CFBF; }
a { background-color: rgb(104,207,191); }
div.DivClassName
{
background-color: #68CFBF;
}
.BgClassName
{
background-color: #68CFBF;
}
</style>
border-color css
<style>
span { border-color: #68CFBF; }
span { border-color: rgb(104,207,191); }
td.TdClassName
{
border-color: #68CFBF;
}
.TagClassName
{
border-color: #68CFBF;
}
</style>