Shades of Medium Aquamarine #63D69B
Tints of Medium Aquamarine #63D69B
RGB
CMYK
RGB Variations
Color information
#63D69B (or 0x63D69B) is known color: Medium Aquamarine. HEX triplet: 63, D6 and 9B. RGB value is (99,214,155). Sum of RGB (Red+Green+Blue) = 99+214+155=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #63D69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63D69B is #9C2964. Grayscale: #ADADAD. Windows color (decimal): -10234213 or 10212963. OLE color: 10212963.
HSL color Cylindrical-coordinate representation of color #63D69B: hue angle of 149.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D69B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 214 | 155 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.16 |
| HSL | 149.22º | 0.58% | 0.61% | - |
| HSV(B) | 149.22º | 0.54% | 0.84% | - |
| XYZ | 35.11 | 53.11 | 39.41 | - |
| YUV | 172.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 214 | 155 | 0.54 | 0 | 0.28 | 0.16 | 149.22 | 0.58 | 0.61 |
| Hex | 63 | D6 | 9B | 36 | 0 | 1C | 10 | 95 | 3A | 3D |
| Octal | 143 | 326 | 233 | 66 | 0 | 34 | 20 | 225 | 72 | 75 |
| Binary | 1100011 | 11010110 | 10011011 | 110110 | 0 | 11100 | 10000 | 10010101 | 111010 | 111101 |
Color Harmonies of #63D69B
Complementary color
Monochromatic Colors of #63D69B
Black with #63D69B
Text Example
Text Example
White with #63D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D69B; }
p { color: rgb(99,214,155); }
H1.HeaderClassName
{
color: #63D69B;
}
.AnyTagClassName
{
color: #63D69B;
}
</style>
background-color css
<style>
a { background-color: #63D69B; }
a { background-color: rgb(99,214,155); }
div.DivClassName
{
background-color: #63D69B;
}
.BgClassName
{
background-color: #63D69B;
}
</style>
border-color css
<style>
span { border-color: #63D69B; }
span { border-color: rgb(99,214,155); }
td.TdClassName
{
border-color: #63D69B;
}
.TagClassName
{
border-color: #63D69B;
}
</style>