Shades of Downy #63D2BD
Tints of Downy #63D2BD
RGB
CMYK
RGB Variations
Color information
#63D2BD (or 0x63D2BD) is known color: Downy. HEX triplet: 63, D2 and BD. RGB value is (99,210,189). Sum of RGB (Red+Green+Blue) = 99+210+189=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2BD is #9C2D42. Grayscale: #AEAEAE. Windows color (decimal): -10235203 or 12440163. OLE color: 12440163.
HSL color Cylindrical-coordinate representation of color #63D2BD: hue angle of 168.65º 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 #63D2BD is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 189 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.18 |
| HSL | 168.65º | 0.55% | 0.61% | - |
| HSV(B) | 168.65º | 0.53% | 0.82% | - |
| XYZ | 37.38 | 52.42 | 56.29 | - |
| YUV | 174.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 189 | 0.53 | 0 | 0.10 | 0.18 | 168.65 | 0.55 | 0.61 |
| Hex | 63 | D2 | BD | 35 | 0 | A | 12 | A9 | 37 | 3D |
| Octal | 143 | 322 | 275 | 65 | 0 | 12 | 22 | 251 | 67 | 75 |
| Binary | 1100011 | 11010010 | 10111101 | 110101 | 0 | 1010 | 10010 | 10101001 | 110111 | 111101 |
Color Harmonies of #63D2BD
Complementary color
Monochromatic Colors of #63D2BD
Black with #63D2BD
Text Example
Text Example
White with #63D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D2BD; }
p { color: rgb(99,210,189); }
H1.HeaderClassName
{
color: #63D2BD;
}
.AnyTagClassName
{
color: #63D2BD;
}
</style>
background-color css
<style>
a { background-color: #63D2BD; }
a { background-color: rgb(99,210,189); }
div.DivClassName
{
background-color: #63D2BD;
}
.BgClassName
{
background-color: #63D2BD;
}
</style>
border-color css
<style>
span { border-color: #63D2BD; }
span { border-color: rgb(99,210,189); }
td.TdClassName
{
border-color: #63D2BD;
}
.TagClassName
{
border-color: #63D2BD;
}
</style>