Shades of Medium Aquamarine #63DEAF
Tints of Medium Aquamarine #63DEAF
RGB
CMYK
RGB Variations
Color information
#63DEAF (or 0x63DEAF) is known color: Medium Aquamarine. HEX triplet: 63, DE and AF. RGB value is (99,222,175). Sum of RGB (Red+Green+Blue) = 99+222+175=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DEAF is #9C2150. Grayscale: #B3B3B3. Windows color (decimal): -10232145 or 11525731. OLE color: 11525731.
HSL color Cylindrical-coordinate representation of color #63DEAF: hue angle of 157.07º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEAF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 175 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.13 |
| HSL | 157.07º | 0.65% | 0.63% | - |
| HSV(B) | 157.07º | 0.55% | 0.87% | - |
| XYZ | 39 | 57.99 | 49.69 | - |
| YUV | 179.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 175 | 0.55 | 0 | 0.21 | 0.13 | 157.07 | 0.65 | 0.63 |
| Hex | 63 | DE | AF | 37 | 0 | 15 | D | 9D | 41 | 3F |
| Octal | 143 | 336 | 257 | 67 | 0 | 25 | 15 | 235 | 101 | 77 |
| Binary | 1100011 | 11011110 | 10101111 | 110111 | 0 | 10101 | 1101 | 10011101 | 1000001 | 111111 |
Color Harmonies of #63DEAF
Complementary color
Monochromatic Colors of #63DEAF
Black with #63DEAF
Text Example
Text Example
White with #63DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DEAF; }
p { color: rgb(99,222,175); }
H1.HeaderClassName
{
color: #63DEAF;
}
.AnyTagClassName
{
color: #63DEAF;
}
</style>
background-color css
<style>
a { background-color: #63DEAF; }
a { background-color: rgb(99,222,175); }
div.DivClassName
{
background-color: #63DEAF;
}
.BgClassName
{
background-color: #63DEAF;
}
</style>
border-color css
<style>
span { border-color: #63DEAF; }
span { border-color: rgb(99,222,175); }
td.TdClassName
{
border-color: #63DEAF;
}
.TagClassName
{
border-color: #63DEAF;
}
</style>