Shades of Aquamarine #63EFCB
Tints of Aquamarine #63EFCB
RGB
CMYK
RGB Variations
Color information
#63EFCB (or 0x63EFCB) is known color: Aquamarine. HEX triplet: 63, EF and CB. RGB value is (99,239,203). Sum of RGB (Red+Green+Blue) = 99+239+203=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EFCB is #9C1034. Grayscale: #C1C1C1. Windows color (decimal): -10227765 or 13365091. OLE color: 13365091.
HSL color Cylindrical-coordinate representation of color #63EFCB: hue angle of 164.57º 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 #63EFCB is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 239 | 203 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.06 |
| HSL | 164.57º | 0.81% | 0.66% | - |
| HSV(B) | 164.57º | 0.59% | 0.94% | - |
| XYZ | 46.79 | 68.7 | 67.29 | - |
| YUV | 193.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 203 | 0.59 | 0 | 0.15 | 0.06 | 164.57 | 0.81 | 0.66 |
| Hex | 63 | EF | CB | 3B | 0 | F | 6 | A5 | 51 | 42 |
| Octal | 143 | 357 | 313 | 73 | 0 | 17 | 6 | 245 | 121 | 102 |
| Binary | 1100011 | 11101111 | 11001011 | 111011 | 0 | 1111 | 110 | 10100101 | 1010001 | 1000010 |
Color Harmonies of #63EFCB
Complementary color
Monochromatic Colors of #63EFCB
Black with #63EFCB
Text Example
Text Example
White with #63EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFCB; }
p { color: rgb(99,239,203); }
H1.HeaderClassName
{
color: #63EFCB;
}
.AnyTagClassName
{
color: #63EFCB;
}
</style>
background-color css
<style>
a { background-color: #63EFCB; }
a { background-color: rgb(99,239,203); }
div.DivClassName
{
background-color: #63EFCB;
}
.BgClassName
{
background-color: #63EFCB;
}
</style>
border-color css
<style>
span { border-color: #63EFCB; }
span { border-color: rgb(99,239,203); }
td.TdClassName
{
border-color: #63EFCB;
}
.TagClassName
{
border-color: #63EFCB;
}
</style>