Shades of Downy #63DFBE
Tints of Downy #63DFBE
RGB
CMYK
RGB Variations
Color information
#63DFBE (or 0x63DFBE) is known color: Downy. HEX triplet: 63, DF and BE. RGB value is (99,223,190). Sum of RGB (Red+Green+Blue) = 99+223+190=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFBE is #9C2041. Grayscale: #B6B6B6. Windows color (decimal): -10231874 or 12509027. OLE color: 12509027.
HSL color Cylindrical-coordinate representation of color #63DFBE: hue angle of 164.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFBE is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 190 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.13 |
| HSL | 164.03º | 0.66% | 0.63% | - |
| HSV(B) | 164.03º | 0.56% | 0.87% | - |
| XYZ | 40.83 | 59.15 | 57.98 | - |
| YUV | 182.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 190 | 0.56 | 0 | 0.15 | 0.13 | 164.03 | 0.66 | 0.63 |
| Hex | 63 | DF | BE | 38 | 0 | F | D | A4 | 42 | 3F |
| Octal | 143 | 337 | 276 | 70 | 0 | 17 | 15 | 244 | 102 | 77 |
| Binary | 1100011 | 11011111 | 10111110 | 111000 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111111 |
Color Harmonies of #63DFBE
Complementary color
Monochromatic Colors of #63DFBE
Black with #63DFBE
Text Example
Text Example
White with #63DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFBE; }
p { color: rgb(99,223,190); }
H1.HeaderClassName
{
color: #63DFBE;
}
.AnyTagClassName
{
color: #63DFBE;
}
</style>
background-color css
<style>
a { background-color: #63DFBE; }
a { background-color: rgb(99,223,190); }
div.DivClassName
{
background-color: #63DFBE;
}
.BgClassName
{
background-color: #63DFBE;
}
</style>
border-color css
<style>
span { border-color: #63DFBE; }
span { border-color: rgb(99,223,190); }
td.TdClassName
{
border-color: #63DFBE;
}
.TagClassName
{
border-color: #63DFBE;
}
</style>