Shades of Downy #63CFBD
Tints of Downy #63CFBD
RGB
CMYK
RGB Variations
Color information
#63CFBD (or 0x63CFBD) is known color: Downy. HEX triplet: 63, CF and BD. RGB value is (99,207,189). Sum of RGB (Red+Green+Blue) = 99+207+189=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFBD is #9C3042. Grayscale: #ACACAC. Windows color (decimal): -10235971 or 12439395. OLE color: 12439395.
HSL color Cylindrical-coordinate representation of color #63CFBD: hue angle of 170º 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 #63CFBD is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 189 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.19 |
| HSL | 170º | 0.53% | 0.6% | - |
| HSV(B) | 170º | 0.52% | 0.81% | - |
| XYZ | 36.64 | 50.95 | 56.05 | - |
| YUV | 172.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 189 | 0.52 | 0 | 0.09 | 0.19 | 170 | 0.53 | 0.6 |
| Hex | 63 | CF | BD | 34 | 0 | 9 | 13 | AA | 35 | 3C |
| Octal | 143 | 317 | 275 | 64 | 0 | 11 | 23 | 252 | 65 | 74 |
| Binary | 1100011 | 11001111 | 10111101 | 110100 | 0 | 1001 | 10011 | 10101010 | 110101 | 111100 |
Color Harmonies of #63CFBD
Complementary color
Monochromatic Colors of #63CFBD
Black with #63CFBD
Text Example
Text Example
White with #63CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFBD; }
p { color: rgb(99,207,189); }
H1.HeaderClassName
{
color: #63CFBD;
}
.AnyTagClassName
{
color: #63CFBD;
}
</style>
background-color css
<style>
a { background-color: #63CFBD; }
a { background-color: rgb(99,207,189); }
div.DivClassName
{
background-color: #63CFBD;
}
.BgClassName
{
background-color: #63CFBD;
}
</style>
border-color css
<style>
span { border-color: #63CFBD; }
span { border-color: rgb(99,207,189); }
td.TdClassName
{
border-color: #63CFBD;
}
.TagClassName
{
border-color: #63CFBD;
}
</style>