Shades of Downy #63D0BE
Tints of Downy #63D0BE
RGB
CMYK
RGB Variations
Color information
#63D0BE (or 0x63D0BE) is known color: Downy. HEX triplet: 63, D0 and BE. RGB value is (99,208,190). Sum of RGB (Red+Green+Blue) = 99+208+190=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0BE is #9C2F41. Grayscale: #ADADAD. Windows color (decimal): -10235714 or 12505187. OLE color: 12505187.
HSL color Cylindrical-coordinate representation of color #63D0BE: hue angle of 170.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D0BE is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 208 | 190 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.18 |
| HSL | 170.09º | 0.54% | 0.6% | - |
| HSV(B) | 170.09º | 0.52% | 0.82% | - |
| XYZ | 37 | 51.48 | 56.7 | - |
| YUV | 173.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 190 | 0.52 | 0 | 0.09 | 0.18 | 170.09 | 0.54 | 0.6 |
| Hex | 63 | D0 | BE | 34 | 0 | 9 | 12 | AA | 36 | 3C |
| Octal | 143 | 320 | 276 | 64 | 0 | 11 | 22 | 252 | 66 | 74 |
| Binary | 1100011 | 11010000 | 10111110 | 110100 | 0 | 1001 | 10010 | 10101010 | 110110 | 111100 |
Color Harmonies of #63D0BE
Complementary color
Monochromatic Colors of #63D0BE
Black with #63D0BE
Text Example
Text Example
White with #63D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D0BE; }
p { color: rgb(99,208,190); }
H1.HeaderClassName
{
color: #63D0BE;
}
.AnyTagClassName
{
color: #63D0BE;
}
</style>
background-color css
<style>
a { background-color: #63D0BE; }
a { background-color: rgb(99,208,190); }
div.DivClassName
{
background-color: #63D0BE;
}
.BgClassName
{
background-color: #63D0BE;
}
</style>
border-color css
<style>
span { border-color: #63D0BE; }
span { border-color: rgb(99,208,190); }
td.TdClassName
{
border-color: #63D0BE;
}
.TagClassName
{
border-color: #63D0BE;
}
</style>