Shades of Aquamarine #63F2CC
Tints of Aquamarine #63F2CC
RGB
CMYK
RGB Variations
Color information
#63F2CC (or 0x63F2CC) is known color: Aquamarine. HEX triplet: 63, F2 and CC. RGB value is (99,242,204). Sum of RGB (Red+Green+Blue) = 99+242+204=545 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.17% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #63F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F2CC is #9C0D33. Grayscale: #C2C2C2. Windows color (decimal): -10226996 or 13431395. OLE color: 13431395.
HSL color Cylindrical-coordinate representation of color #63F2CC: hue angle of 164.06º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F2CC is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 242 | 204 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.05 |
| HSL | 164.06º | 0.85% | 0.67% | - |
| HSV(B) | 164.06º | 0.59% | 0.95% | - |
| XYZ | 47.8 | 70.52 | 68.22 | - |
| YUV | 194.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 204 | 0.59 | 0 | 0.16 | 0.05 | 164.06 | 0.85 | 0.67 |
| Hex | 63 | F2 | CC | 3B | 0 | 10 | 5 | A4 | 55 | 43 |
| Octal | 143 | 362 | 314 | 73 | 0 | 20 | 5 | 244 | 125 | 103 |
| Binary | 1100011 | 11110010 | 11001100 | 111011 | 0 | 10000 | 101 | 10100100 | 1010101 | 1000011 |
Color Harmonies of #63F2CC
Complementary color
Monochromatic Colors of #63F2CC
Black with #63F2CC
Text Example
Text Example
White with #63F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2CC; }
p { color: rgb(99,242,204); }
H1.HeaderClassName
{
color: #63F2CC;
}
.AnyTagClassName
{
color: #63F2CC;
}
</style>
background-color css
<style>
a { background-color: #63F2CC; }
a { background-color: rgb(99,242,204); }
div.DivClassName
{
background-color: #63F2CC;
}
.BgClassName
{
background-color: #63F2CC;
}
</style>
border-color css
<style>
span { border-color: #63F2CC; }
span { border-color: rgb(99,242,204); }
td.TdClassName
{
border-color: #63F2CC;
}
.TagClassName
{
border-color: #63F2CC;
}
</style>