Shades of Downy #63C9BA
Tints of Downy #63C9BA
RGB
CMYK
RGB Variations
Color information
#63C9BA (or 0x63C9BA) is known color: Downy. HEX triplet: 63, C9 and BA. RGB value is (99,201,186). Sum of RGB (Red+Green+Blue) = 99+201+186=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #63C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C9BA is #9C3645. Grayscale: #A8A8A8. Windows color (decimal): -10237510 or 12241251. OLE color: 12241251.
HSL color Cylindrical-coordinate representation of color #63C9BA: hue angle of 171.18º 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 #63C9BA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 201 | 186 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.21 |
| HSL | 171.18º | 0.49% | 0.59% | - |
| HSV(B) | 171.18º | 0.51% | 0.79% | - |
| XYZ | 34.9 | 47.97 | 53.87 | - |
| YUV | 168.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 201 | 186 | 0.51 | 0 | 0.07 | 0.21 | 171.18 | 0.49 | 0.59 |
| Hex | 63 | C9 | BA | 33 | 0 | 7 | 15 | AB | 31 | 3B |
| Octal | 143 | 311 | 272 | 63 | 0 | 7 | 25 | 253 | 61 | 73 |
| Binary | 1100011 | 11001001 | 10111010 | 110011 | 0 | 111 | 10101 | 10101011 | 110001 | 111011 |
Color Harmonies of #63C9BA
Complementary color
Monochromatic Colors of #63C9BA
Black with #63C9BA
Text Example
Text Example
White with #63C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C9BA; }
p { color: rgb(99,201,186); }
H1.HeaderClassName
{
color: #63C9BA;
}
.AnyTagClassName
{
color: #63C9BA;
}
</style>
background-color css
<style>
a { background-color: #63C9BA; }
a { background-color: rgb(99,201,186); }
div.DivClassName
{
background-color: #63C9BA;
}
.BgClassName
{
background-color: #63C9BA;
}
</style>
border-color css
<style>
span { border-color: #63C9BA; }
span { border-color: rgb(99,201,186); }
td.TdClassName
{
border-color: #63C9BA;
}
.TagClassName
{
border-color: #63C9BA;
}
</style>