Shades of Downy #63CCC5
Tints of Downy #63CCC5
RGB
CMYK
RGB Variations
Color information
#63CCC5 (or 0x63CCC5) is known color: Downy. HEX triplet: 63, CC and C5. RGB value is (99,204,197). Sum of RGB (Red+Green+Blue) = 99+204+197=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCC5 is #9C333A. Grayscale: #ABABAB. Windows color (decimal): -10236731 or 12962915. OLE color: 12962915.
HSL color Cylindrical-coordinate representation of color #63CCC5: hue angle of 176º 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 #63CCC5 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 197 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.2 |
| HSL | 176º | 0.51% | 0.59% | - |
| HSV(B) | 176º | 0.51% | 0.8% | - |
| XYZ | 36.82 | 49.87 | 60.51 | - |
| YUV | 171.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 197 | 0.51 | 0 | 0.03 | 0.2 | 176 | 0.51 | 0.59 |
| Hex | 63 | CC | C5 | 33 | 0 | 3 | 14 | B0 | 33 | 3B |
| Octal | 143 | 314 | 305 | 63 | 0 | 3 | 24 | 260 | 63 | 73 |
| Binary | 1100011 | 11001100 | 11000101 | 110011 | 0 | 11 | 10100 | 10110000 | 110011 | 111011 |
Color Harmonies of #63CCC5
Complementary color
Monochromatic Colors of #63CCC5
Black with #63CCC5
Text Example
Text Example
White with #63CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCC5; }
p { color: rgb(99,204,197); }
H1.HeaderClassName
{
color: #63CCC5;
}
.AnyTagClassName
{
color: #63CCC5;
}
</style>
background-color css
<style>
a { background-color: #63CCC5; }
a { background-color: rgb(99,204,197); }
div.DivClassName
{
background-color: #63CCC5;
}
.BgClassName
{
background-color: #63CCC5;
}
</style>
border-color css
<style>
span { border-color: #63CCC5; }
span { border-color: rgb(99,204,197); }
td.TdClassName
{
border-color: #63CCC5;
}
.TagClassName
{
border-color: #63CCC5;
}
</style>