Shades of Medium Aquamarine #63CAA0
Tints of Medium Aquamarine #63CAA0
RGB
CMYK
RGB Variations
Color information
#63CAA0 (or 0x63CAA0) is known color: Medium Aquamarine. HEX triplet: 63, CA and A0. RGB value is (99,202,160). Sum of RGB (Red+Green+Blue) = 99+202+160=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #63CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CAA0 is #9C355F. Grayscale: #A6A6A6. Windows color (decimal): -10237280 or 10537571. OLE color: 10537571.
HSL color Cylindrical-coordinate representation of color #63CAA0: hue angle of 155.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CAA0 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 160 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.21 |
| HSL | 155.53º | 0.49% | 0.59% | - |
| HSV(B) | 155.53º | 0.51% | 0.79% | - |
| XYZ | 32.61 | 47.43 | 40.69 | - |
| YUV | 166.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 160 | 0.51 | 0 | 0.21 | 0.21 | 155.53 | 0.49 | 0.59 |
| Hex | 63 | CA | A0 | 33 | 0 | 15 | 15 | 9C | 31 | 3B |
| Octal | 143 | 312 | 240 | 63 | 0 | 25 | 25 | 234 | 61 | 73 |
| Binary | 1100011 | 11001010 | 10100000 | 110011 | 0 | 10101 | 10101 | 10011100 | 110001 | 111011 |
Color Harmonies of #63CAA0
Complementary color
Monochromatic Colors of #63CAA0
Black with #63CAA0
Text Example
Text Example
White with #63CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CAA0; }
p { color: rgb(99,202,160); }
H1.HeaderClassName
{
color: #63CAA0;
}
.AnyTagClassName
{
color: #63CAA0;
}
</style>
background-color css
<style>
a { background-color: #63CAA0; }
a { background-color: rgb(99,202,160); }
div.DivClassName
{
background-color: #63CAA0;
}
.BgClassName
{
background-color: #63CAA0;
}
</style>
border-color css
<style>
span { border-color: #63CAA0; }
span { border-color: rgb(99,202,160); }
td.TdClassName
{
border-color: #63CAA0;
}
.TagClassName
{
border-color: #63CAA0;
}
</style>