Shades of Downy #63D2BC
Tints of Downy #63D2BC
RGB
CMYK
RGB Variations
Color information
#63D2BC (or 0x63D2BC) is known color: Downy. HEX triplet: 63, D2 and BC. RGB value is (99,210,188). Sum of RGB (Red+Green+Blue) = 99+210+188=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2BC is #9C2D43. Grayscale: #AEAEAE. Windows color (decimal): -10235204 or 12374627. OLE color: 12374627.
HSL color Cylindrical-coordinate representation of color #63D2BC: hue angle of 168.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D2BC is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 188 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.18 |
| HSL | 168.11º | 0.55% | 0.61% | - |
| HSV(B) | 168.11º | 0.53% | 0.82% | - |
| XYZ | 37.27 | 52.38 | 55.72 | - |
| YUV | 174.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 188 | 0.53 | 0 | 0.10 | 0.18 | 168.11 | 0.55 | 0.61 |
| Hex | 63 | D2 | BC | 35 | 0 | A | 12 | A8 | 37 | 3D |
| Octal | 143 | 322 | 274 | 65 | 0 | 12 | 22 | 250 | 67 | 75 |
| Binary | 1100011 | 11010010 | 10111100 | 110101 | 0 | 1010 | 10010 | 10101000 | 110111 | 111101 |
Color Harmonies of #63D2BC
Complementary color
Monochromatic Colors of #63D2BC
Black with #63D2BC
Text Example
Text Example
White with #63D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D2BC; }
p { color: rgb(99,210,188); }
H1.HeaderClassName
{
color: #63D2BC;
}
.AnyTagClassName
{
color: #63D2BC;
}
</style>
background-color css
<style>
a { background-color: #63D2BC; }
a { background-color: rgb(99,210,188); }
div.DivClassName
{
background-color: #63D2BC;
}
.BgClassName
{
background-color: #63D2BC;
}
</style>
border-color css
<style>
span { border-color: #63D2BC; }
span { border-color: rgb(99,210,188); }
td.TdClassName
{
border-color: #63D2BC;
}
.TagClassName
{
border-color: #63D2BC;
}
</style>