Shades of Aquamarine #63F6DF
Tints of Aquamarine #63F6DF
RGB
CMYK
RGB Variations
Color information
#63F6DF (or 0x63F6DF) is known color: Aquamarine. HEX triplet: 63, F6 and DF. RGB value is (99,246,223). Sum of RGB (Red+Green+Blue) = 99+246+223=568 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.43% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #63F6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F6DF is #9C0920. Grayscale: #C7C7C7. Windows color (decimal): -10225953 or 14677603. OLE color: 14677603.
HSL color Cylindrical-coordinate representation of color #63F6DF: hue angle of 170.61º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F6DF is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 246 | 223 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.04 |
| HSL | 170.61º | 0.89% | 0.68% | - |
| HSV(B) | 170.61º | 0.6% | 0.96% | - |
| XYZ | 51.42 | 73.89 | 81.36 | - |
| YUV | 199.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 246 | 223 | 0.60 | 0 | 0.09 | 0.04 | 170.61 | 0.89 | 0.68 |
| Hex | 63 | F6 | DF | 3C | 0 | 9 | 4 | AB | 59 | 44 |
| Octal | 143 | 366 | 337 | 74 | 0 | 11 | 4 | 253 | 131 | 104 |
| Binary | 1100011 | 11110110 | 11011111 | 111100 | 0 | 1001 | 100 | 10101011 | 1011001 | 1000100 |
Color Harmonies of #63F6DF
Complementary color
Monochromatic Colors of #63F6DF
Black with #63F6DF
Text Example
Text Example
White with #63F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F6DF; }
p { color: rgb(99,246,223); }
H1.HeaderClassName
{
color: #63F6DF;
}
.AnyTagClassName
{
color: #63F6DF;
}
</style>
background-color css
<style>
a { background-color: #63F6DF; }
a { background-color: rgb(99,246,223); }
div.DivClassName
{
background-color: #63F6DF;
}
.BgClassName
{
background-color: #63F6DF;
}
</style>
border-color css
<style>
span { border-color: #63F6DF; }
span { border-color: rgb(99,246,223); }
td.TdClassName
{
border-color: #63F6DF;
}
.TagClassName
{
border-color: #63F6DF;
}
</style>