Shades of Downy #68EFC3
Tints of Downy #68EFC3
RGB
CMYK
RGB Variations
Color information
#68EFC3 (or 0x68EFC3) is known color: Downy. HEX triplet: 68, EF and C3. RGB value is (104,239,195). Sum of RGB (Red+Green+Blue) = 104+239+195=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFC3 is #97103C. Grayscale: #C1C1C1. Windows color (decimal): -9900093 or 12840808. OLE color: 12840808.
HSL color Cylindrical-coordinate representation of color #68EFC3: hue angle of 160.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFC3 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 195 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.06 |
| HSL | 160.44º | 0.81% | 0.67% | - |
| HSV(B) | 160.44º | 0.56% | 0.94% | - |
| XYZ | 46.43 | 68.62 | 62.43 | - |
| YUV | 193.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 195 | 0.56 | 0 | 0.18 | 0.06 | 160.44 | 0.81 | 0.67 |
| Hex | 68 | EF | C3 | 38 | 0 | 12 | 6 | A0 | 51 | 43 |
| Octal | 150 | 357 | 303 | 70 | 0 | 22 | 6 | 240 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11000011 | 111000 | 0 | 10010 | 110 | 10100000 | 1010001 | 1000011 |
Color Harmonies of #68EFC3
Complementary color
Monochromatic Colors of #68EFC3
Black with #68EFC3
Text Example
Text Example
White with #68EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFC3; }
p { color: rgb(104,239,195); }
H1.HeaderClassName
{
color: #68EFC3;
}
.AnyTagClassName
{
color: #68EFC3;
}
</style>
background-color css
<style>
a { background-color: #68EFC3; }
a { background-color: rgb(104,239,195); }
div.DivClassName
{
background-color: #68EFC3;
}
.BgClassName
{
background-color: #68EFC3;
}
</style>
border-color css
<style>
span { border-color: #68EFC3; }
span { border-color: rgb(104,239,195); }
td.TdClassName
{
border-color: #68EFC3;
}
.TagClassName
{
border-color: #68EFC3;
}
</style>