Shades of Aquamarine #63F1CE
Tints of Aquamarine #63F1CE
RGB
CMYK
RGB Variations
Color information
#63F1CE (or 0x63F1CE) is known color: Aquamarine. HEX triplet: 63, F1 and CE. RGB value is (99,241,206). Sum of RGB (Red+Green+Blue) = 99+241+206=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F1CE is #9C0E31. Grayscale: #C2C2C2. Windows color (decimal): -10227250 or 13562211. OLE color: 13562211.
HSL color Cylindrical-coordinate representation of color #63F1CE: hue angle of 165.21º 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 #63F1CE is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 206 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.05 |
| HSL | 165.21º | 0.84% | 0.67% | - |
| HSV(B) | 165.21º | 0.59% | 0.95% | - |
| XYZ | 47.74 | 70.02 | 69.39 | - |
| YUV | 194.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 206 | 0.59 | 0 | 0.15 | 0.05 | 165.21 | 0.84 | 0.67 |
| Hex | 63 | F1 | CE | 3B | 0 | F | 5 | A5 | 54 | 43 |
| Octal | 143 | 361 | 316 | 73 | 0 | 17 | 5 | 245 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11001110 | 111011 | 0 | 1111 | 101 | 10100101 | 1010100 | 1000011 |
Color Harmonies of #63F1CE
Complementary color
Monochromatic Colors of #63F1CE
Black with #63F1CE
Text Example
Text Example
White with #63F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1CE; }
p { color: rgb(99,241,206); }
H1.HeaderClassName
{
color: #63F1CE;
}
.AnyTagClassName
{
color: #63F1CE;
}
</style>
background-color css
<style>
a { background-color: #63F1CE; }
a { background-color: rgb(99,241,206); }
div.DivClassName
{
background-color: #63F1CE;
}
.BgClassName
{
background-color: #63F1CE;
}
</style>
border-color css
<style>
span { border-color: #63F1CE; }
span { border-color: rgb(99,241,206); }
td.TdClassName
{
border-color: #63F1CE;
}
.TagClassName
{
border-color: #63F1CE;
}
</style>