Shades of Downy #63F0B8
Tints of Downy #63F0B8
RGB
CMYK
RGB Variations
Color information
#63F0B8 (or 0x63F0B8) is known color: Downy. HEX triplet: 63, F0 and B8. RGB value is (99,240,184). Sum of RGB (Red+Green+Blue) = 99+240+184=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0B8 is #9C0F47. Grayscale: #BFBFBF. Windows color (decimal): -10227528 or 12120163. OLE color: 12120163.
HSL color Cylindrical-coordinate representation of color #63F0B8: hue angle of 156.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F0B8 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 240 | 184 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.06 |
| HSL | 156.17º | 0.82% | 0.66% | - |
| HSV(B) | 156.17º | 0.59% | 0.94% | - |
| XYZ | 44.96 | 68.43 | 56.19 | - |
| YUV | 191.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 184 | 0.59 | 0 | 0.23 | 0.06 | 156.17 | 0.82 | 0.66 |
| Hex | 63 | F0 | B8 | 3B | 0 | 17 | 6 | 9C | 52 | 42 |
| Octal | 143 | 360 | 270 | 73 | 0 | 27 | 6 | 234 | 122 | 102 |
| Binary | 1100011 | 11110000 | 10111000 | 111011 | 0 | 10111 | 110 | 10011100 | 1010010 | 1000010 |
Color Harmonies of #63F0B8
Complementary color
Monochromatic Colors of #63F0B8
Black with #63F0B8
Text Example
Text Example
White with #63F0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0B8; }
p { color: rgb(99,240,184); }
H1.HeaderClassName
{
color: #63F0B8;
}
.AnyTagClassName
{
color: #63F0B8;
}
</style>
background-color css
<style>
a { background-color: #63F0B8; }
a { background-color: rgb(99,240,184); }
div.DivClassName
{
background-color: #63F0B8;
}
.BgClassName
{
background-color: #63F0B8;
}
</style>
border-color css
<style>
span { border-color: #63F0B8; }
span { border-color: rgb(99,240,184); }
td.TdClassName
{
border-color: #63F0B8;
}
.TagClassName
{
border-color: #63F0B8;
}
</style>