Shades of Aquamarine #63FDC4
Tints of Aquamarine #63FDC4
RGB
CMYK
RGB Variations
Color information
#63FDC4 (or 0x63FDC4) is known color: Aquamarine. HEX triplet: 63, FD and C4. RGB value is (99,253,196). Sum of RGB (Red+Green+Blue) = 99+253+196=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FDC4 is #9C023B. Grayscale: #C8C8C8. Windows color (decimal): -10224188 or 12909923. OLE color: 12909923.
HSL color Cylindrical-coordinate representation of color #63FDC4: hue angle of 157.79º degrees, saturation: 0.97, 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 #63FDC4 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 196 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.01 |
| HSL | 157.79º | 0.97% | 0.69% | - |
| HSV(B) | 157.79º | 0.61% | 0.99% | - |
| XYZ | 50.23 | 76.89 | 64.42 | - |
| YUV | 200.46 | 125.48 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 196 | 0.61 | 0 | 0.23 | 0.01 | 157.79 | 0.97 | 0.69 |
| Hex | 63 | FD | C4 | 3D | 0 | 17 | 1 | 9E | 61 | 45 |
| Octal | 143 | 375 | 304 | 75 | 0 | 27 | 1 | 236 | 141 | 105 |
| Binary | 1100011 | 11111101 | 11000100 | 111101 | 0 | 10111 | 1 | 10011110 | 1100001 | 1000101 |
Color Harmonies of #63FDC4
Complementary color
Monochromatic Colors of #63FDC4
Black with #63FDC4
Text Example
Text Example
White with #63FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDC4; }
p { color: rgb(99,253,196); }
H1.HeaderClassName
{
color: #63FDC4;
}
.AnyTagClassName
{
color: #63FDC4;
}
</style>
background-color css
<style>
a { background-color: #63FDC4; }
a { background-color: rgb(99,253,196); }
div.DivClassName
{
background-color: #63FDC4;
}
.BgClassName
{
background-color: #63FDC4;
}
</style>
border-color css
<style>
span { border-color: #63FDC4; }
span { border-color: rgb(99,253,196); }
td.TdClassName
{
border-color: #63FDC4;
}
.TagClassName
{
border-color: #63FDC4;
}
</style>