Shades of Aquamarine #63F0CE
Tints of Aquamarine #63F0CE
RGB
CMYK
RGB Variations
Color information
#63F0CE (or 0x63F0CE) is known color: Aquamarine. HEX triplet: 63, F0 and CE. RGB value is (99,240,206). Sum of RGB (Red+Green+Blue) = 99+240+206=545 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.17% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0CE is #9C0F31. Grayscale: #C1C1C1. Windows color (decimal): -10227506 or 13561955. OLE color: 13561955.
HSL color Cylindrical-coordinate representation of color #63F0CE: hue angle of 165.53º degrees, saturation: 0.82, 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 #63F0CE is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 240 | 206 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.06 |
| HSL | 165.53º | 0.82% | 0.66% | - |
| HSV(B) | 165.53º | 0.59% | 0.94% | - |
| XYZ | 47.45 | 69.43 | 69.29 | - |
| YUV | 193.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 206 | 0.59 | 0 | 0.14 | 0.06 | 165.53 | 0.82 | 0.66 |
| Hex | 63 | F0 | CE | 3B | 0 | E | 6 | A6 | 52 | 42 |
| Octal | 143 | 360 | 316 | 73 | 0 | 16 | 6 | 246 | 122 | 102 |
| Binary | 1100011 | 11110000 | 11001110 | 111011 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000010 |
Color Harmonies of #63F0CE
Complementary color
Monochromatic Colors of #63F0CE
Black with #63F0CE
Text Example
Text Example
White with #63F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0CE; }
p { color: rgb(99,240,206); }
H1.HeaderClassName
{
color: #63F0CE;
}
.AnyTagClassName
{
color: #63F0CE;
}
</style>
background-color css
<style>
a { background-color: #63F0CE; }
a { background-color: rgb(99,240,206); }
div.DivClassName
{
background-color: #63F0CE;
}
.BgClassName
{
background-color: #63F0CE;
}
</style>
border-color css
<style>
span { border-color: #63F0CE; }
span { border-color: rgb(99,240,206); }
td.TdClassName
{
border-color: #63F0CE;
}
.TagClassName
{
border-color: #63F0CE;
}
</style>