Shades of Aquamarine #63EECE
Tints of Aquamarine #63EECE
RGB
CMYK
RGB Variations
Color information
#63EECE (or 0x63EECE) is known color: Aquamarine. HEX triplet: 63, EE and CE. RGB value is (99,238,206). Sum of RGB (Red+Green+Blue) = 99+238+206=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #63EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EECE is #9C1131. Grayscale: #C0C0C0. Windows color (decimal): -10228018 or 13561443. OLE color: 13561443.
HSL color Cylindrical-coordinate representation of color #63EECE: hue angle of 166.19º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EECE is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 206 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.07 |
| HSL | 166.19º | 0.8% | 0.66% | - |
| HSV(B) | 166.19º | 0.58% | 0.93% | - |
| XYZ | 46.86 | 68.26 | 69.1 | - |
| YUV | 192.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 206 | 0.58 | 0 | 0.13 | 0.07 | 166.19 | 0.8 | 0.66 |
| Hex | 63 | EE | CE | 3A | 0 | D | 7 | A6 | 50 | 42 |
| Octal | 143 | 356 | 316 | 72 | 0 | 15 | 7 | 246 | 120 | 102 |
| Binary | 1100011 | 11101110 | 11001110 | 111010 | 0 | 1101 | 111 | 10100110 | 1010000 | 1000010 |
Color Harmonies of #63EECE
Complementary color
Monochromatic Colors of #63EECE
Black with #63EECE
Text Example
Text Example
White with #63EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EECE; }
p { color: rgb(99,238,206); }
H1.HeaderClassName
{
color: #63EECE;
}
.AnyTagClassName
{
color: #63EECE;
}
</style>
background-color css
<style>
a { background-color: #63EECE; }
a { background-color: rgb(99,238,206); }
div.DivClassName
{
background-color: #63EECE;
}
.BgClassName
{
background-color: #63EECE;
}
</style>
border-color css
<style>
span { border-color: #63EECE; }
span { border-color: rgb(99,238,206); }
td.TdClassName
{
border-color: #63EECE;
}
.TagClassName
{
border-color: #63EECE;
}
</style>