Shades of Medium Aquamarine #63C8B3
Tints of Medium Aquamarine #63C8B3
RGB
CMYK
RGB Variations
Color information
#63C8B3 (or 0x63C8B3) is known color: Medium Aquamarine. HEX triplet: 63, C8 and B3. RGB value is (99,200,179). Sum of RGB (Red+Green+Blue) = 99+200+179=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #63C8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8B3 is #9C374C. Grayscale: #A7A7A7. Windows color (decimal): -10237773 or 11782243. OLE color: 11782243.
HSL color Cylindrical-coordinate representation of color #63C8B3: hue angle of 167.52º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C8B3 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 200 | 179 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.22 |
| HSL | 167.52º | 0.48% | 0.59% | - |
| HSV(B) | 167.52º | 0.51% | 0.78% | - |
| XYZ | 33.94 | 47.22 | 49.97 | - |
| YUV | 167.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 179 | 0.50 | 0 | 0.10 | 0.22 | 167.52 | 0.48 | 0.59 |
| Hex | 63 | C8 | B3 | 32 | 0 | A | 16 | A8 | 30 | 3B |
| Octal | 143 | 310 | 263 | 62 | 0 | 12 | 26 | 250 | 60 | 73 |
| Binary | 1100011 | 11001000 | 10110011 | 110010 | 0 | 1010 | 10110 | 10101000 | 110000 | 111011 |
Color Harmonies of #63C8B3
Complementary color
Monochromatic Colors of #63C8B3
Black with #63C8B3
Text Example
Text Example
White with #63C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C8B3; }
p { color: rgb(99,200,179); }
H1.HeaderClassName
{
color: #63C8B3;
}
.AnyTagClassName
{
color: #63C8B3;
}
</style>
background-color css
<style>
a { background-color: #63C8B3; }
a { background-color: rgb(99,200,179); }
div.DivClassName
{
background-color: #63C8B3;
}
.BgClassName
{
background-color: #63C8B3;
}
</style>
border-color css
<style>
span { border-color: #63C8B3; }
span { border-color: rgb(99,200,179); }
td.TdClassName
{
border-color: #63C8B3;
}
.TagClassName
{
border-color: #63C8B3;
}
</style>