Shades of Downy #63CCBD
Tints of Downy #63CCBD
RGB
CMYK
RGB Variations
Color information
#63CCBD (or 0x63CCBD) is known color: Downy. HEX triplet: 63, CC and BD. RGB value is (99,204,189). Sum of RGB (Red+Green+Blue) = 99+204+189=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCBD is #9C3342. Grayscale: #AAAAAA. Windows color (decimal): -10236739 or 12438627. OLE color: 12438627.
HSL color Cylindrical-coordinate representation of color #63CCBD: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CCBD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 189 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.2 |
| HSL | 171.43º | 0.51% | 0.59% | - |
| HSV(B) | 171.43º | 0.51% | 0.8% | - |
| XYZ | 35.92 | 49.51 | 55.81 | - |
| YUV | 170.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 189 | 0.51 | 0 | 0.07 | 0.2 | 171.43 | 0.51 | 0.59 |
| Hex | 63 | CC | BD | 33 | 0 | 7 | 14 | AB | 33 | 3B |
| Octal | 143 | 314 | 275 | 63 | 0 | 7 | 24 | 253 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10111101 | 110011 | 0 | 111 | 10100 | 10101011 | 110011 | 111011 |
Color Harmonies of #63CCBD
Complementary color
Monochromatic Colors of #63CCBD
Black with #63CCBD
Text Example
Text Example
White with #63CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCBD; }
p { color: rgb(99,204,189); }
H1.HeaderClassName
{
color: #63CCBD;
}
.AnyTagClassName
{
color: #63CCBD;
}
</style>
background-color css
<style>
a { background-color: #63CCBD; }
a { background-color: rgb(99,204,189); }
div.DivClassName
{
background-color: #63CCBD;
}
.BgClassName
{
background-color: #63CCBD;
}
</style>
border-color css
<style>
span { border-color: #63CCBD; }
span { border-color: rgb(99,204,189); }
td.TdClassName
{
border-color: #63CCBD;
}
.TagClassName
{
border-color: #63CCBD;
}
</style>