Shades of Aquamarine #63EFCD
Tints of Aquamarine #63EFCD
RGB
CMYK
RGB Variations
Color information
#63EFCD (or 0x63EFCD) is known color: Aquamarine. HEX triplet: 63, EF and CD. RGB value is (99,239,205). Sum of RGB (Red+Green+Blue) = 99+239+205=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EFCD is #9C1032. Grayscale: #C1C1C1. Windows color (decimal): -10227763 or 13496163. OLE color: 13496163.
HSL color Cylindrical-coordinate representation of color #63EFCD: hue angle of 165.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFCD is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 239 | 205 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.06 |
| HSL | 165.43º | 0.81% | 0.66% | - |
| HSV(B) | 165.43º | 0.59% | 0.94% | - |
| XYZ | 47.03 | 68.79 | 68.56 | - |
| YUV | 193.26 | 134.62 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 205 | 0.59 | 0 | 0.14 | 0.06 | 165.43 | 0.81 | 0.66 |
| Hex | 63 | EF | CD | 3B | 0 | E | 6 | A5 | 51 | 42 |
| Octal | 143 | 357 | 315 | 73 | 0 | 16 | 6 | 245 | 121 | 102 |
| Binary | 1100011 | 11101111 | 11001101 | 111011 | 0 | 1110 | 110 | 10100101 | 1010001 | 1000010 |
Color Harmonies of #63EFCD
Complementary color
Monochromatic Colors of #63EFCD
Black with #63EFCD
Text Example
Text Example
White with #63EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFCD; }
p { color: rgb(99,239,205); }
H1.HeaderClassName
{
color: #63EFCD;
}
.AnyTagClassName
{
color: #63EFCD;
}
</style>
background-color css
<style>
a { background-color: #63EFCD; }
a { background-color: rgb(99,239,205); }
div.DivClassName
{
background-color: #63EFCD;
}
.BgClassName
{
background-color: #63EFCD;
}
</style>
border-color css
<style>
span { border-color: #63EFCD; }
span { border-color: rgb(99,239,205); }
td.TdClassName
{
border-color: #63EFCD;
}
.TagClassName
{
border-color: #63EFCD;
}
</style>