Shades of Medium Aquamarine #63D6B6
Tints of Medium Aquamarine #63D6B6
RGB
CMYK
RGB Variations
Color information
#63D6B6 (or 0x63D6B6) is known color: Medium Aquamarine. HEX triplet: 63, D6 and B6. RGB value is (99,214,182). Sum of RGB (Red+Green+Blue) = 99+214+182=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6B6 is #9C2949. Grayscale: #AFAFAF. Windows color (decimal): -10234186 or 11982435. OLE color: 11982435.
HSL color Cylindrical-coordinate representation of color #63D6B6: hue angle of 163.3º 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 #63D6B6 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 214 | 182 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.16 |
| HSL | 163.3º | 0.58% | 0.61% | - |
| HSV(B) | 163.3º | 0.54% | 0.84% | - |
| XYZ | 37.64 | 54.12 | 52.72 | - |
| YUV | 175.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 214 | 182 | 0.54 | 0 | 0.15 | 0.16 | 163.3 | 0.58 | 0.61 |
| Hex | 63 | D6 | B6 | 36 | 0 | F | 10 | A3 | 3A | 3D |
| Octal | 143 | 326 | 266 | 66 | 0 | 17 | 20 | 243 | 72 | 75 |
| Binary | 1100011 | 11010110 | 10110110 | 110110 | 0 | 1111 | 10000 | 10100011 | 111010 | 111101 |
Color Harmonies of #63D6B6
Complementary color
Monochromatic Colors of #63D6B6
Black with #63D6B6
Text Example
Text Example
White with #63D6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D6B6; }
p { color: rgb(99,214,182); }
H1.HeaderClassName
{
color: #63D6B6;
}
.AnyTagClassName
{
color: #63D6B6;
}
</style>
background-color css
<style>
a { background-color: #63D6B6; }
a { background-color: rgb(99,214,182); }
div.DivClassName
{
background-color: #63D6B6;
}
.BgClassName
{
background-color: #63D6B6;
}
</style>
border-color css
<style>
span { border-color: #63D6B6; }
span { border-color: rgb(99,214,182); }
td.TdClassName
{
border-color: #63D6B6;
}
.TagClassName
{
border-color: #63D6B6;
}
</style>