Shades of Downy #63D3BD
Tints of Downy #63D3BD
RGB
CMYK
RGB Variations
Color information
#63D3BD (or 0x63D3BD) is known color: Downy. HEX triplet: 63, D3 and BD. RGB value is (99,211,189). Sum of RGB (Red+Green+Blue) = 99+211+189=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #63D3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D3BD is #9C2C42. Grayscale: #AEAEAE. Windows color (decimal): -10234947 or 12440419. OLE color: 12440419.
HSL color Cylindrical-coordinate representation of color #63D3BD: hue angle of 168.21º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D3BD is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 211 | 189 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.17 |
| HSL | 168.21º | 0.56% | 0.61% | - |
| HSV(B) | 168.21º | 0.53% | 0.83% | - |
| XYZ | 37.63 | 52.92 | 56.37 | - |
| YUV | 175 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 211 | 189 | 0.53 | 0 | 0.10 | 0.17 | 168.21 | 0.56 | 0.61 |
| Hex | 63 | D3 | BD | 35 | 0 | A | 11 | A8 | 38 | 3D |
| Octal | 143 | 323 | 275 | 65 | 0 | 12 | 21 | 250 | 70 | 75 |
| Binary | 1100011 | 11010011 | 10111101 | 110101 | 0 | 1010 | 10001 | 10101000 | 111000 | 111101 |
Color Harmonies of #63D3BD
Complementary color
Monochromatic Colors of #63D3BD
Black with #63D3BD
Text Example
Text Example
White with #63D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D3BD; }
p { color: rgb(99,211,189); }
H1.HeaderClassName
{
color: #63D3BD;
}
.AnyTagClassName
{
color: #63D3BD;
}
</style>
background-color css
<style>
a { background-color: #63D3BD; }
a { background-color: rgb(99,211,189); }
div.DivClassName
{
background-color: #63D3BD;
}
.BgClassName
{
background-color: #63D3BD;
}
</style>
border-color css
<style>
span { border-color: #63D3BD; }
span { border-color: rgb(99,211,189); }
td.TdClassName
{
border-color: #63D3BD;
}
.TagClassName
{
border-color: #63D3BD;
}
</style>