Shades of Downy #68CAC7
Tints of Downy #68CAC7
RGB
CMYK
RGB Variations
Color information
#68CAC7 (or 0x68CAC7) is known color: Downy. HEX triplet: 68, CA and C7. RGB value is (104,202,199). Sum of RGB (Red+Green+Blue) = 104+202+199=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAC7 is #973538. Grayscale: #ACACAC. Windows color (decimal): -9909561 or 13093480. OLE color: 13093480.
HSL color Cylindrical-coordinate representation of color #68CAC7: hue angle of 178.16º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CAC7 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 199 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.21 |
| HSL | 178.16º | 0.48% | 0.6% | - |
| HSV(B) | 178.16º | 0.49% | 0.79% | - |
| XYZ | 37.14 | 49.31 | 61.59 | - |
| YUV | 172.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 199 | 0.49 | 0 | 0.01 | 0.21 | 178.16 | 0.48 | 0.6 |
| Hex | 68 | CA | C7 | 31 | 0 | 1 | 15 | B2 | 30 | 3C |
| Octal | 150 | 312 | 307 | 61 | 0 | 1 | 25 | 262 | 60 | 74 |
| Binary | 1101000 | 11001010 | 11000111 | 110001 | 0 | 1 | 10101 | 10110010 | 110000 | 111100 |
Color Harmonies of #68CAC7
Complementary color
Monochromatic Colors of #68CAC7
Black with #68CAC7
Text Example
Text Example
White with #68CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAC7; }
p { color: rgb(104,202,199); }
H1.HeaderClassName
{
color: #68CAC7;
}
.AnyTagClassName
{
color: #68CAC7;
}
</style>
background-color css
<style>
a { background-color: #68CAC7; }
a { background-color: rgb(104,202,199); }
div.DivClassName
{
background-color: #68CAC7;
}
.BgClassName
{
background-color: #68CAC7;
}
</style>
border-color css
<style>
span { border-color: #68CAC7; }
span { border-color: rgb(104,202,199); }
td.TdClassName
{
border-color: #68CAC7;
}
.TagClassName
{
border-color: #68CAC7;
}
</style>