Shades of Downy #63F0BD
Tints of Downy #63F0BD
RGB
CMYK
RGB Variations
Color information
#63F0BD (or 0x63F0BD) is known color: Downy. HEX triplet: 63, F0 and BD. RGB value is (99,240,189). Sum of RGB (Red+Green+Blue) = 99+240+189=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0BD is #9C0F42. Grayscale: #C0C0C0. Windows color (decimal): -10227523 or 12447843. OLE color: 12447843.
HSL color Cylindrical-coordinate representation of color #63F0BD: hue angle of 158.3º 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 #63F0BD is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 240 | 189 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.06 |
| HSL | 158.3º | 0.82% | 0.66% | - |
| HSV(B) | 158.3º | 0.59% | 0.94% | - |
| XYZ | 45.49 | 68.65 | 59 | - |
| YUV | 192.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 189 | 0.59 | 0 | 0.21 | 0.06 | 158.3 | 0.82 | 0.66 |
| Hex | 63 | F0 | BD | 3B | 0 | 15 | 6 | 9E | 52 | 42 |
| Octal | 143 | 360 | 275 | 73 | 0 | 25 | 6 | 236 | 122 | 102 |
| Binary | 1100011 | 11110000 | 10111101 | 111011 | 0 | 10101 | 110 | 10011110 | 1010010 | 1000010 |
Color Harmonies of #63F0BD
Complementary color
Monochromatic Colors of #63F0BD
Black with #63F0BD
Text Example
Text Example
White with #63F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0BD; }
p { color: rgb(99,240,189); }
H1.HeaderClassName
{
color: #63F0BD;
}
.AnyTagClassName
{
color: #63F0BD;
}
</style>
background-color css
<style>
a { background-color: #63F0BD; }
a { background-color: rgb(99,240,189); }
div.DivClassName
{
background-color: #63F0BD;
}
.BgClassName
{
background-color: #63F0BD;
}
</style>
border-color css
<style>
span { border-color: #63F0BD; }
span { border-color: rgb(99,240,189); }
td.TdClassName
{
border-color: #63F0BD;
}
.TagClassName
{
border-color: #63F0BD;
}
</style>