Shades of Downy #63F3BC
Tints of Downy #63F3BC
RGB
CMYK
RGB Variations
Color information
#63F3BC (or 0x63F3BC) is known color: Downy. HEX triplet: 63, F3 and BC. RGB value is (99,243,188). Sum of RGB (Red+Green+Blue) = 99+243+188=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #63F3BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F3BC is #9C0C43. Grayscale: #C1C1C1. Windows color (decimal): -10226756 or 12383075. OLE color: 12383075.
HSL color Cylindrical-coordinate representation of color #63F3BC: hue angle of 157.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F3BC is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 243 | 188 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.05 |
| HSL | 157.08º | 0.86% | 0.67% | - |
| HSV(B) | 157.08º | 0.59% | 0.95% | - |
| XYZ | 46.27 | 70.38 | 58.72 | - |
| YUV | 193.67 | 124.79 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 243 | 188 | 0.59 | 0 | 0.23 | 0.05 | 157.08 | 0.86 | 0.67 |
| Hex | 63 | F3 | BC | 3B | 0 | 17 | 5 | 9D | 56 | 43 |
| Octal | 143 | 363 | 274 | 73 | 0 | 27 | 5 | 235 | 126 | 103 |
| Binary | 1100011 | 11110011 | 10111100 | 111011 | 0 | 10111 | 101 | 10011101 | 1010110 | 1000011 |
Color Harmonies of #63F3BC
Complementary color
Monochromatic Colors of #63F3BC
Black with #63F3BC
Text Example
Text Example
White with #63F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F3BC; }
p { color: rgb(99,243,188); }
H1.HeaderClassName
{
color: #63F3BC;
}
.AnyTagClassName
{
color: #63F3BC;
}
</style>
background-color css
<style>
a { background-color: #63F3BC; }
a { background-color: rgb(99,243,188); }
div.DivClassName
{
background-color: #63F3BC;
}
.BgClassName
{
background-color: #63F3BC;
}
</style>
border-color css
<style>
span { border-color: #63F3BC; }
span { border-color: rgb(99,243,188); }
td.TdClassName
{
border-color: #63F3BC;
}
.TagClassName
{
border-color: #63F3BC;
}
</style>