Shades of Aquamarine #63F1CC
Tints of Aquamarine #63F1CC
RGB
CMYK
RGB Variations
Color information
#63F1CC (or 0x63F1CC) is known color: Aquamarine. HEX triplet: 63, F1 and CC. RGB value is (99,241,204). Sum of RGB (Red+Green+Blue) = 99+241+204=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F1CC is #9C0E33. Grayscale: #C2C2C2. Windows color (decimal): -10227252 or 13431139. OLE color: 13431139.
HSL color Cylindrical-coordinate representation of color #63F1CC: hue angle of 164.37º degrees, saturation: 0.84, 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 #63F1CC is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 204 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.05 |
| HSL | 164.37º | 0.84% | 0.67% | - |
| HSV(B) | 164.37º | 0.59% | 0.95% | - |
| XYZ | 47.5 | 69.92 | 68.12 | - |
| YUV | 194.32 | 133.46 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 204 | 0.59 | 0 | 0.15 | 0.05 | 164.37 | 0.84 | 0.67 |
| Hex | 63 | F1 | CC | 3B | 0 | F | 5 | A4 | 54 | 43 |
| Octal | 143 | 361 | 314 | 73 | 0 | 17 | 5 | 244 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11001100 | 111011 | 0 | 1111 | 101 | 10100100 | 1010100 | 1000011 |
Color Harmonies of #63F1CC
Complementary color
Monochromatic Colors of #63F1CC
Black with #63F1CC
Text Example
Text Example
White with #63F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1CC; }
p { color: rgb(99,241,204); }
H1.HeaderClassName
{
color: #63F1CC;
}
.AnyTagClassName
{
color: #63F1CC;
}
</style>
background-color css
<style>
a { background-color: #63F1CC; }
a { background-color: rgb(99,241,204); }
div.DivClassName
{
background-color: #63F1CC;
}
.BgClassName
{
background-color: #63F1CC;
}
</style>
border-color css
<style>
span { border-color: #63F1CC; }
span { border-color: rgb(99,241,204); }
td.TdClassName
{
border-color: #63F1CC;
}
.TagClassName
{
border-color: #63F1CC;
}
</style>