Shades of Downy #63CABB
Tints of Downy #63CABB
RGB
CMYK
RGB Variations
Color information
#63CABB (or 0x63CABB) is known color: Downy. HEX triplet: 63, CA and BB. RGB value is (99,202,187). Sum of RGB (Red+Green+Blue) = 99+202+187=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #63CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CABB is #9C3544. Grayscale: #A9A9A9. Windows color (decimal): -10237253 or 12307043. OLE color: 12307043.
HSL color Cylindrical-coordinate representation of color #63CABB: hue angle of 171.26º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CABB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 187 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.21 |
| HSL | 171.26º | 0.49% | 0.59% | - |
| HSV(B) | 171.26º | 0.51% | 0.79% | - |
| XYZ | 35.24 | 48.48 | 54.51 | - |
| YUV | 169.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 187 | 0.51 | 0 | 0.07 | 0.21 | 171.26 | 0.49 | 0.59 |
| Hex | 63 | CA | BB | 33 | 0 | 7 | 15 | AB | 31 | 3B |
| Octal | 143 | 312 | 273 | 63 | 0 | 7 | 25 | 253 | 61 | 73 |
| Binary | 1100011 | 11001010 | 10111011 | 110011 | 0 | 111 | 10101 | 10101011 | 110001 | 111011 |
Color Harmonies of #63CABB
Complementary color
Monochromatic Colors of #63CABB
Black with #63CABB
Text Example
Text Example
White with #63CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CABB; }
p { color: rgb(99,202,187); }
H1.HeaderClassName
{
color: #63CABB;
}
.AnyTagClassName
{
color: #63CABB;
}
</style>
background-color css
<style>
a { background-color: #63CABB; }
a { background-color: rgb(99,202,187); }
div.DivClassName
{
background-color: #63CABB;
}
.BgClassName
{
background-color: #63CABB;
}
</style>
border-color css
<style>
span { border-color: #63CABB; }
span { border-color: rgb(99,202,187); }
td.TdClassName
{
border-color: #63CABB;
}
.TagClassName
{
border-color: #63CABB;
}
</style>