Shades of Downy #63DCBD
Tints of Downy #63DCBD
RGB
CMYK
RGB Variations
Color information
#63DCBD (or 0x63DCBD) is known color: Downy. HEX triplet: 63, DC and BD. RGB value is (99,220,189). Sum of RGB (Red+Green+Blue) = 99+220+189=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCBD is #9C2342. Grayscale: #B4B4B4. Windows color (decimal): -10232643 or 12442723. OLE color: 12442723.
HSL color Cylindrical-coordinate representation of color #63DCBD: hue angle of 164.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCBD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 220 | 189 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.14 |
| HSL | 164.63º | 0.63% | 0.63% | - |
| HSV(B) | 164.63º | 0.55% | 0.86% | - |
| XYZ | 39.92 | 57.51 | 57.14 | - |
| YUV | 180.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 189 | 0.55 | 0 | 0.14 | 0.14 | 164.63 | 0.63 | 0.63 |
| Hex | 63 | DC | BD | 37 | 0 | E | E | A5 | 3F | 3F |
| Octal | 143 | 334 | 275 | 67 | 0 | 16 | 16 | 245 | 77 | 77 |
| Binary | 1100011 | 11011100 | 10111101 | 110111 | 0 | 1110 | 1110 | 10100101 | 111111 | 111111 |
Color Harmonies of #63DCBD
Complementary color
Monochromatic Colors of #63DCBD
Black with #63DCBD
Text Example
Text Example
White with #63DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCBD; }
p { color: rgb(99,220,189); }
H1.HeaderClassName
{
color: #63DCBD;
}
.AnyTagClassName
{
color: #63DCBD;
}
</style>
background-color css
<style>
a { background-color: #63DCBD; }
a { background-color: rgb(99,220,189); }
div.DivClassName
{
background-color: #63DCBD;
}
.BgClassName
{
background-color: #63DCBD;
}
</style>
border-color css
<style>
span { border-color: #63DCBD; }
span { border-color: rgb(99,220,189); }
td.TdClassName
{
border-color: #63DCBD;
}
.TagClassName
{
border-color: #63DCBD;
}
</style>