Shades of Medium Aquamarine #63DDB4
Tints of Medium Aquamarine #63DDB4
RGB
CMYK
RGB Variations
Color information
#63DDB4 (or 0x63DDB4) is known color: Medium Aquamarine. HEX triplet: 63, DD and B4. RGB value is (99,221,180). Sum of RGB (Red+Green+Blue) = 99+221+180=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDB4 is #9C224B. Grayscale: #B3B3B3. Windows color (decimal): -10232396 or 11853155. OLE color: 11853155.
HSL color Cylindrical-coordinate representation of color #63DDB4: hue angle of 159.84º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDB4 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 180 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.13 |
| HSL | 159.84º | 0.64% | 0.63% | - |
| HSV(B) | 159.84º | 0.55% | 0.87% | - |
| XYZ | 39.24 | 57.66 | 52.24 | - |
| YUV | 179.85 | 128.08 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 180 | 0.55 | 0 | 0.19 | 0.13 | 159.84 | 0.64 | 0.63 |
| Hex | 63 | DD | B4 | 37 | 0 | 13 | D | A0 | 40 | 3F |
| Octal | 143 | 335 | 264 | 67 | 0 | 23 | 15 | 240 | 100 | 77 |
| Binary | 1100011 | 11011101 | 10110100 | 110111 | 0 | 10011 | 1101 | 10100000 | 1000000 | 111111 |
Color Harmonies of #63DDB4
Complementary color
Monochromatic Colors of #63DDB4
Black with #63DDB4
Text Example
Text Example
White with #63DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDB4; }
p { color: rgb(99,221,180); }
H1.HeaderClassName
{
color: #63DDB4;
}
.AnyTagClassName
{
color: #63DDB4;
}
</style>
background-color css
<style>
a { background-color: #63DDB4; }
a { background-color: rgb(99,221,180); }
div.DivClassName
{
background-color: #63DDB4;
}
.BgClassName
{
background-color: #63DDB4;
}
</style>
border-color css
<style>
span { border-color: #63DDB4; }
span { border-color: rgb(99,221,180); }
td.TdClassName
{
border-color: #63DDB4;
}
.TagClassName
{
border-color: #63DDB4;
}
</style>