Shades of Aquamarine #63EFD2
Tints of Aquamarine #63EFD2
RGB
CMYK
RGB Variations
Color information
#63EFD2 (or 0x63EFD2) is known color: Aquamarine. HEX triplet: 63, EF and D2. RGB value is (99,239,210). Sum of RGB (Red+Green+Blue) = 99+239+210=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EFD2 is #9C102D. Grayscale: #C1C1C1. Windows color (decimal): -10227758 or 13823843. OLE color: 13823843.
HSL color Cylindrical-coordinate representation of color #63EFD2: hue angle of 167.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFD2 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 239 | 210 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.06 |
| HSL | 167.57º | 0.81% | 0.66% | - |
| HSV(B) | 167.57º | 0.59% | 0.94% | - |
| XYZ | 47.64 | 69.04 | 71.79 | - |
| YUV | 193.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 210 | 0.59 | 0 | 0.12 | 0.06 | 167.57 | 0.81 | 0.66 |
| Hex | 63 | EF | D2 | 3B | 0 | C | 6 | A8 | 51 | 42 |
| Octal | 143 | 357 | 322 | 73 | 0 | 14 | 6 | 250 | 121 | 102 |
| Binary | 1100011 | 11101111 | 11010010 | 111011 | 0 | 1100 | 110 | 10101000 | 1010001 | 1000010 |
Color Harmonies of #63EFD2
Complementary color
Monochromatic Colors of #63EFD2
Black with #63EFD2
Text Example
Text Example
White with #63EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFD2; }
p { color: rgb(99,239,210); }
H1.HeaderClassName
{
color: #63EFD2;
}
.AnyTagClassName
{
color: #63EFD2;
}
</style>
background-color css
<style>
a { background-color: #63EFD2; }
a { background-color: rgb(99,239,210); }
div.DivClassName
{
background-color: #63EFD2;
}
.BgClassName
{
background-color: #63EFD2;
}
</style>
border-color css
<style>
span { border-color: #63EFD2; }
span { border-color: rgb(99,239,210); }
td.TdClassName
{
border-color: #63EFD2;
}
.TagClassName
{
border-color: #63EFD2;
}
</style>