Shades of Medium Aquamarine #63CDB2
Tints of Medium Aquamarine #63CDB2
RGB
CMYK
RGB Variations
Color information
#63CDB2 (or 0x63CDB2) is known color: Medium Aquamarine. HEX triplet: 63, CD and B2. RGB value is (99,205,178). Sum of RGB (Red+Green+Blue) = 99+205+178=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CDB2 is #9C324D. Grayscale: #AAAAAA. Windows color (decimal): -10236494 or 11717987. OLE color: 11717987.
HSL color Cylindrical-coordinate representation of color #63CDB2: hue angle of 164.72º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDB2 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 178 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.20 |
| HSL | 164.72º | 0.51% | 0.6% | - |
| HSV(B) | 164.72º | 0.52% | 0.8% | - |
| XYZ | 35.01 | 49.53 | 49.83 | - |
| YUV | 170.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 178 | 0.52 | 0 | 0.13 | 0.20 | 164.72 | 0.51 | 0.6 |
| Hex | 63 | CD | B2 | 34 | 0 | D | 14 | A5 | 33 | 3C |
| Octal | 143 | 315 | 262 | 64 | 0 | 15 | 24 | 245 | 63 | 74 |
| Binary | 1100011 | 11001101 | 10110010 | 110100 | 0 | 1101 | 10100 | 10100101 | 110011 | 111100 |
Color Harmonies of #63CDB2
Complementary color
Monochromatic Colors of #63CDB2
Black with #63CDB2
Text Example
Text Example
White with #63CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDB2; }
p { color: rgb(99,205,178); }
H1.HeaderClassName
{
color: #63CDB2;
}
.AnyTagClassName
{
color: #63CDB2;
}
</style>
background-color css
<style>
a { background-color: #63CDB2; }
a { background-color: rgb(99,205,178); }
div.DivClassName
{
background-color: #63CDB2;
}
.BgClassName
{
background-color: #63CDB2;
}
</style>
border-color css
<style>
span { border-color: #63CDB2; }
span { border-color: rgb(99,205,178); }
td.TdClassName
{
border-color: #63CDB2;
}
.TagClassName
{
border-color: #63CDB2;
}
</style>