Shades of Downy #68C9C2
Tints of Downy #68C9C2
RGB
CMYK
RGB Variations
Color information
#68C9C2 (or 0x68C9C2) is known color: Downy. HEX triplet: 68, C9 and C2. RGB value is (104,201,194). Sum of RGB (Red+Green+Blue) = 104+201+194=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9C2 is #97363D. Grayscale: #ABABAB. Windows color (decimal): -9909822 or 12765544. OLE color: 12765544.
HSL color Cylindrical-coordinate representation of color #68C9C2: hue angle of 175.67º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9C2 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 194 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.21 |
| HSL | 175.67º | 0.47% | 0.6% | - |
| HSV(B) | 175.67º | 0.48% | 0.79% | - |
| XYZ | 36.33 | 48.61 | 58.51 | - |
| YUV | 171.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 194 | 0.48 | 0 | 0.03 | 0.21 | 175.67 | 0.47 | 0.6 |
| Hex | 68 | C9 | C2 | 30 | 0 | 3 | 15 | B0 | 2F | 3C |
| Octal | 150 | 311 | 302 | 60 | 0 | 3 | 25 | 260 | 57 | 74 |
| Binary | 1101000 | 11001001 | 11000010 | 110000 | 0 | 11 | 10101 | 10110000 | 101111 | 111100 |
Color Harmonies of #68C9C2
Complementary color
Monochromatic Colors of #68C9C2
Black with #68C9C2
Text Example
Text Example
White with #68C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9C2; }
p { color: rgb(104,201,194); }
H1.HeaderClassName
{
color: #68C9C2;
}
.AnyTagClassName
{
color: #68C9C2;
}
</style>
background-color css
<style>
a { background-color: #68C9C2; }
a { background-color: rgb(104,201,194); }
div.DivClassName
{
background-color: #68C9C2;
}
.BgClassName
{
background-color: #68C9C2;
}
</style>
border-color css
<style>
span { border-color: #68C9C2; }
span { border-color: rgb(104,201,194); }
td.TdClassName
{
border-color: #68C9C2;
}
.TagClassName
{
border-color: #68C9C2;
}
</style>