Shades of Medium Aquamarine #63CDB1
Tints of Medium Aquamarine #63CDB1
RGB
CMYK
RGB Variations
Color information
#63CDB1 (or 0x63CDB1) is known color: Medium Aquamarine. HEX triplet: 63, CD and B1. RGB value is (99,205,177). Sum of RGB (Red+Green+Blue) = 99+205+177=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CDB1 is #9C324E. Grayscale: #AAAAAA. Windows color (decimal): -10236495 or 11652451. OLE color: 11652451.
HSL color Cylindrical-coordinate representation of color #63CDB1: hue angle of 164.15º 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 #63CDB1 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 177 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.20 |
| HSL | 164.15º | 0.51% | 0.6% | - |
| HSV(B) | 164.15º | 0.52% | 0.8% | - |
| XYZ | 34.91 | 49.49 | 49.31 | - |
| YUV | 170.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 177 | 0.52 | 0 | 0.14 | 0.20 | 164.15 | 0.51 | 0.6 |
| Hex | 63 | CD | B1 | 34 | 0 | E | 14 | A4 | 33 | 3C |
| Octal | 143 | 315 | 261 | 64 | 0 | 16 | 24 | 244 | 63 | 74 |
| Binary | 1100011 | 11001101 | 10110001 | 110100 | 0 | 1110 | 10100 | 10100100 | 110011 | 111100 |
Color Harmonies of #63CDB1
Complementary color
Monochromatic Colors of #63CDB1
Black with #63CDB1
Text Example
Text Example
White with #63CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDB1; }
p { color: rgb(99,205,177); }
H1.HeaderClassName
{
color: #63CDB1;
}
.AnyTagClassName
{
color: #63CDB1;
}
</style>
background-color css
<style>
a { background-color: #63CDB1; }
a { background-color: rgb(99,205,177); }
div.DivClassName
{
background-color: #63CDB1;
}
.BgClassName
{
background-color: #63CDB1;
}
</style>
border-color css
<style>
span { border-color: #63CDB1; }
span { border-color: rgb(99,205,177); }
td.TdClassName
{
border-color: #63CDB1;
}
.TagClassName
{
border-color: #63CDB1;
}
</style>