Shades of Aquamarine #63FFBD
Tints of Aquamarine #63FFBD
RGB
CMYK
RGB Variations
Color information
#63FFBD (or 0x63FFBD) is known color: Aquamarine. HEX triplet: 63, FF and BD. RGB value is (99,255,189). Sum of RGB (Red+Green+Blue) = 99+255+189=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFBD is #9C0042. Grayscale: #C8C8C8. Windows color (decimal): -10223683 or 12451683. OLE color: 12451683.
HSL color Cylindrical-coordinate representation of color #63FFBD: hue angle of 154.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFBD is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 189 | - |
| CMYK | 0.61 | 0 | 0.26 | 0 |
| HSL | 154.62º | 1% | 0.69% | - |
| HSV(B) | 154.62º | 0.61% | 1% | - |
| XYZ | 50.09 | 77.85 | 60.53 | - |
| YUV | 200.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 189 | 0.61 | 0 | 0.26 | 0 | 154.62 | 1 | 0.69 |
| Hex | 63 | FF | BD | 3D | 0 | 1A | 0 | 9B | 64 | 45 |
| Octal | 143 | 377 | 275 | 75 | 0 | 32 | 0 | 233 | 144 | 105 |
| Binary | 1100011 | 11111111 | 10111101 | 111101 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000101 |
Color Harmonies of #63FFBD
Complementary color
Monochromatic Colors of #63FFBD
Black with #63FFBD
Text Example
Text Example
White with #63FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFBD; }
p { color: rgb(99,255,189); }
H1.HeaderClassName
{
color: #63FFBD;
}
.AnyTagClassName
{
color: #63FFBD;
}
</style>
background-color css
<style>
a { background-color: #63FFBD; }
a { background-color: rgb(99,255,189); }
div.DivClassName
{
background-color: #63FFBD;
}
.BgClassName
{
background-color: #63FFBD;
}
</style>
border-color css
<style>
span { border-color: #63FFBD; }
span { border-color: rgb(99,255,189); }
td.TdClassName
{
border-color: #63FFBD;
}
.TagClassName
{
border-color: #63FFBD;
}
</style>