Shades of Downy #63D2BE
Tints of Downy #63D2BE
RGB
CMYK
RGB Variations
Color information
#63D2BE (or 0x63D2BE) is known color: Downy. HEX triplet: 63, D2 and BE. RGB value is (99,210,190). Sum of RGB (Red+Green+Blue) = 99+210+190=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2BE is #9C2D41. Grayscale: #AEAEAE. Windows color (decimal): -10235202 or 12505699. OLE color: 12505699.
HSL color Cylindrical-coordinate representation of color #63D2BE: hue angle of 169.19º 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 #63D2BE is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 190 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.18 |
| HSL | 169.19º | 0.55% | 0.61% | - |
| HSV(B) | 169.19º | 0.53% | 0.82% | - |
| XYZ | 37.49 | 52.46 | 56.87 | - |
| YUV | 174.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 190 | 0.53 | 0 | 0.10 | 0.18 | 169.19 | 0.55 | 0.61 |
| Hex | 63 | D2 | BE | 35 | 0 | A | 12 | A9 | 37 | 3D |
| Octal | 143 | 322 | 276 | 65 | 0 | 12 | 22 | 251 | 67 | 75 |
| Binary | 1100011 | 11010010 | 10111110 | 110101 | 0 | 1010 | 10010 | 10101001 | 110111 | 111101 |
Color Harmonies of #63D2BE
Complementary color
Monochromatic Colors of #63D2BE
Black with #63D2BE
Text Example
Text Example
White with #63D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D2BE; }
p { color: rgb(99,210,190); }
H1.HeaderClassName
{
color: #63D2BE;
}
.AnyTagClassName
{
color: #63D2BE;
}
</style>
background-color css
<style>
a { background-color: #63D2BE; }
a { background-color: rgb(99,210,190); }
div.DivClassName
{
background-color: #63D2BE;
}
.BgClassName
{
background-color: #63D2BE;
}
</style>
border-color css
<style>
span { border-color: #63D2BE; }
span { border-color: rgb(99,210,190); }
td.TdClassName
{
border-color: #63D2BE;
}
.TagClassName
{
border-color: #63D2BE;
}
</style>