Shades of Aquamarine #63F1CF
Tints of Aquamarine #63F1CF
RGB
CMYK
RGB Variations
Color information
#63F1CF (or 0x63F1CF) is known color: Aquamarine. HEX triplet: 63, F1 and CF. RGB value is (99,241,207). Sum of RGB (Red+Green+Blue) = 99+241+207=547 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.10% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F1CF is #9C0E30. Grayscale: #C2C2C2. Windows color (decimal): -10227249 or 13627747. OLE color: 13627747.
HSL color Cylindrical-coordinate representation of color #63F1CF: hue angle of 165.63º 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 #63F1CF is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 207 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.05 |
| HSL | 165.63º | 0.84% | 0.67% | - |
| HSV(B) | 165.63º | 0.59% | 0.95% | - |
| XYZ | 47.86 | 70.07 | 70.03 | - |
| YUV | 194.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 207 | 0.59 | 0 | 0.14 | 0.05 | 165.63 | 0.84 | 0.67 |
| Hex | 63 | F1 | CF | 3B | 0 | E | 5 | A6 | 54 | 43 |
| Octal | 143 | 361 | 317 | 73 | 0 | 16 | 5 | 246 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11001111 | 111011 | 0 | 1110 | 101 | 10100110 | 1010100 | 1000011 |
Color Harmonies of #63F1CF
Complementary color
Monochromatic Colors of #63F1CF
Black with #63F1CF
Text Example
Text Example
White with #63F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1CF; }
p { color: rgb(99,241,207); }
H1.HeaderClassName
{
color: #63F1CF;
}
.AnyTagClassName
{
color: #63F1CF;
}
</style>
background-color css
<style>
a { background-color: #63F1CF; }
a { background-color: rgb(99,241,207); }
div.DivClassName
{
background-color: #63F1CF;
}
.BgClassName
{
background-color: #63F1CF;
}
</style>
border-color css
<style>
span { border-color: #63F1CF; }
span { border-color: rgb(99,241,207); }
td.TdClassName
{
border-color: #63F1CF;
}
.TagClassName
{
border-color: #63F1CF;
}
</style>