Shades of Downy #63CFC5
Tints of Downy #63CFC5
RGB
CMYK
RGB Variations
Color information
#63CFC5 (or 0x63CFC5) is known color: Downy. HEX triplet: 63, CF and C5. RGB value is (99,207,197). Sum of RGB (Red+Green+Blue) = 99+207+197=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFC5 is #9C303A. Grayscale: #ADADAD. Windows color (decimal): -10235963 or 12963683. OLE color: 12963683.
HSL color Cylindrical-coordinate representation of color #63CFC5: hue angle of 174.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFC5 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 197 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.19 |
| HSL | 174.44º | 0.53% | 0.6% | - |
| HSV(B) | 174.44º | 0.52% | 0.81% | - |
| XYZ | 37.54 | 51.31 | 60.75 | - |
| YUV | 173.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 197 | 0.52 | 0 | 0.05 | 0.19 | 174.44 | 0.53 | 0.6 |
| Hex | 63 | CF | C5 | 34 | 0 | 5 | 13 | AE | 35 | 3C |
| Octal | 143 | 317 | 305 | 64 | 0 | 5 | 23 | 256 | 65 | 74 |
| Binary | 1100011 | 11001111 | 11000101 | 110100 | 0 | 101 | 10011 | 10101110 | 110101 | 111100 |
Color Harmonies of #63CFC5
Complementary color
Monochromatic Colors of #63CFC5
Black with #63CFC5
Text Example
Text Example
White with #63CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFC5; }
p { color: rgb(99,207,197); }
H1.HeaderClassName
{
color: #63CFC5;
}
.AnyTagClassName
{
color: #63CFC5;
}
</style>
background-color css
<style>
a { background-color: #63CFC5; }
a { background-color: rgb(99,207,197); }
div.DivClassName
{
background-color: #63CFC5;
}
.BgClassName
{
background-color: #63CFC5;
}
</style>
border-color css
<style>
span { border-color: #63CFC5; }
span { border-color: rgb(99,207,197); }
td.TdClassName
{
border-color: #63CFC5;
}
.TagClassName
{
border-color: #63CFC5;
}
</style>