Shades of Aquamarine #63EDD2
Tints of Aquamarine #63EDD2
RGB
CMYK
RGB Variations
Color information
#63EDD2 (or 0x63EDD2) is known color: Aquamarine. HEX triplet: 63, ED and D2. RGB value is (99,237,210). Sum of RGB (Red+Green+Blue) = 99+237+210=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDD2 is #9C122D. Grayscale: #C0C0C0. Windows color (decimal): -10228270 or 13823331. OLE color: 13823331.
HSL color Cylindrical-coordinate representation of color #63EDD2: hue angle of 168.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EDD2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 210 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.07 |
| HSL | 168.26º | 0.79% | 0.66% | - |
| HSV(B) | 168.26º | 0.58% | 0.93% | - |
| XYZ | 47.06 | 67.87 | 71.59 | - |
| YUV | 192.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 210 | 0.58 | 0 | 0.11 | 0.07 | 168.26 | 0.79 | 0.66 |
| Hex | 63 | ED | D2 | 3A | 0 | B | 7 | A8 | 4F | 42 |
| Octal | 143 | 355 | 322 | 72 | 0 | 13 | 7 | 250 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11010010 | 111010 | 0 | 1011 | 111 | 10101000 | 1001111 | 1000010 |
Color Harmonies of #63EDD2
Complementary color
Monochromatic Colors of #63EDD2
Black with #63EDD2
Text Example
Text Example
White with #63EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDD2; }
p { color: rgb(99,237,210); }
H1.HeaderClassName
{
color: #63EDD2;
}
.AnyTagClassName
{
color: #63EDD2;
}
</style>
background-color css
<style>
a { background-color: #63EDD2; }
a { background-color: rgb(99,237,210); }
div.DivClassName
{
background-color: #63EDD2;
}
.BgClassName
{
background-color: #63EDD2;
}
</style>
border-color css
<style>
span { border-color: #63EDD2; }
span { border-color: rgb(99,237,210); }
td.TdClassName
{
border-color: #63EDD2;
}
.TagClassName
{
border-color: #63EDD2;
}
</style>