Shades of Aquamarine #63FCDB
Tints of Aquamarine #63FCDB
RGB
CMYK
RGB Variations
Color information
#63FCDB (or 0x63FCDB) is known color: Aquamarine. HEX triplet: 63, FC and DB. RGB value is (99,252,219). Sum of RGB (Red+Green+Blue) = 99+252+219=570 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.37% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCDB is #9C0324. Grayscale: #CACACA. Windows color (decimal): -10224421 or 14416995. OLE color: 14416995.
HSL color Cylindrical-coordinate representation of color #63FCDB: hue angle of 167.06º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FCDB is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 219 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.01 |
| HSL | 167.06º | 0.96% | 0.69% | - |
| HSV(B) | 167.06º | 0.61% | 0.99% | - |
| XYZ | 52.74 | 77.39 | 79.18 | - |
| YUV | 202.49 | 137.31 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 219 | 0.61 | 0 | 0.13 | 0.01 | 167.06 | 0.96 | 0.69 |
| Hex | 63 | FC | DB | 3D | 0 | D | 1 | A7 | 60 | 45 |
| Octal | 143 | 374 | 333 | 75 | 0 | 15 | 1 | 247 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11011011 | 111101 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000101 |
Color Harmonies of #63FCDB
Complementary color
Monochromatic Colors of #63FCDB
Black with #63FCDB
Text Example
Text Example
White with #63FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCDB; }
p { color: rgb(99,252,219); }
H1.HeaderClassName
{
color: #63FCDB;
}
.AnyTagClassName
{
color: #63FCDB;
}
</style>
background-color css
<style>
a { background-color: #63FCDB; }
a { background-color: rgb(99,252,219); }
div.DivClassName
{
background-color: #63FCDB;
}
.BgClassName
{
background-color: #63FCDB;
}
</style>
border-color css
<style>
span { border-color: #63FCDB; }
span { border-color: rgb(99,252,219); }
td.TdClassName
{
border-color: #63FCDB;
}
.TagClassName
{
border-color: #63FCDB;
}
</style>