Shades of Medium Aquamarine #63CEB0
Tints of Medium Aquamarine #63CEB0
RGB
CMYK
RGB Variations
Color information
#63CEB0 (or 0x63CEB0) is known color: Medium Aquamarine. HEX triplet: 63, CE and B0. RGB value is (99,206,176). Sum of RGB (Red+Green+Blue) = 99+206+176=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CEB0 is #9C314F. Grayscale: #AAAAAA. Windows color (decimal): -10236240 or 11587171. OLE color: 11587171.
HSL color Cylindrical-coordinate representation of color #63CEB0: hue angle of 163.18º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CEB0 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 206 | 176 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.19 |
| HSL | 163.18º | 0.52% | 0.6% | - |
| HSV(B) | 163.18º | 0.52% | 0.81% | - |
| XYZ | 35.05 | 49.93 | 48.86 | - |
| YUV | 170.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 176 | 0.52 | 0 | 0.15 | 0.19 | 163.18 | 0.52 | 0.6 |
| Hex | 63 | CE | B0 | 34 | 0 | F | 13 | A3 | 34 | 3C |
| Octal | 143 | 316 | 260 | 64 | 0 | 17 | 23 | 243 | 64 | 74 |
| Binary | 1100011 | 11001110 | 10110000 | 110100 | 0 | 1111 | 10011 | 10100011 | 110100 | 111100 |
Color Harmonies of #63CEB0
Complementary color
Monochromatic Colors of #63CEB0
Black with #63CEB0
Text Example
Text Example
White with #63CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEB0; }
p { color: rgb(99,206,176); }
H1.HeaderClassName
{
color: #63CEB0;
}
.AnyTagClassName
{
color: #63CEB0;
}
</style>
background-color css
<style>
a { background-color: #63CEB0; }
a { background-color: rgb(99,206,176); }
div.DivClassName
{
background-color: #63CEB0;
}
.BgClassName
{
background-color: #63CEB0;
}
</style>
border-color css
<style>
span { border-color: #63CEB0; }
span { border-color: rgb(99,206,176); }
td.TdClassName
{
border-color: #63CEB0;
}
.TagClassName
{
border-color: #63CEB0;
}
</style>