Shades of Aquamarine #63FCCC
Tints of Aquamarine #63FCCC
RGB
CMYK
RGB Variations
Color information
#63FCCC (or 0x63FCCC) is known color: Aquamarine. HEX triplet: 63, FC and CC. RGB value is (99,252,204). Sum of RGB (Red+Green+Blue) = 99+252+204=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FCCC is #9C0333. Grayscale: #C8C8C8. Windows color (decimal): -10224436 or 13433955. OLE color: 13433955.
HSL color Cylindrical-coordinate representation of color #63FCCC: hue angle of 161.18º 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 #63FCCC is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 204 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.01 |
| HSL | 161.18º | 0.96% | 0.69% | - |
| HSV(B) | 161.18º | 0.61% | 0.99% | - |
| XYZ | 50.86 | 76.63 | 69.24 | - |
| YUV | 200.78 | 129.81 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 204 | 0.61 | 0 | 0.19 | 0.01 | 161.18 | 0.96 | 0.69 |
| Hex | 63 | FC | CC | 3D | 0 | 13 | 1 | A1 | 60 | 45 |
| Octal | 143 | 374 | 314 | 75 | 0 | 23 | 1 | 241 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11001100 | 111101 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000101 |
Color Harmonies of #63FCCC
Complementary color
Monochromatic Colors of #63FCCC
Black with #63FCCC
Text Example
Text Example
White with #63FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCCC; }
p { color: rgb(99,252,204); }
H1.HeaderClassName
{
color: #63FCCC;
}
.AnyTagClassName
{
color: #63FCCC;
}
</style>
background-color css
<style>
a { background-color: #63FCCC; }
a { background-color: rgb(99,252,204); }
div.DivClassName
{
background-color: #63FCCC;
}
.BgClassName
{
background-color: #63FCCC;
}
</style>
border-color css
<style>
span { border-color: #63FCCC; }
span { border-color: rgb(99,252,204); }
td.TdClassName
{
border-color: #63FCCC;
}
.TagClassName
{
border-color: #63FCCC;
}
</style>