Shades of Medium Aquamarine #63CDB5
Tints of Medium Aquamarine #63CDB5
RGB
CMYK
RGB Variations
Color information
#63CDB5 (or 0x63CDB5) is known color: Medium Aquamarine. HEX triplet: 63, CD and B5. RGB value is (99,205,181). Sum of RGB (Red+Green+Blue) = 99+205+181=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDB5 is #9C324A. Grayscale: #AAAAAA. Windows color (decimal): -10236491 or 11914595. OLE color: 11914595.
HSL color Cylindrical-coordinate representation of color #63CDB5: hue angle of 166.42º 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 #63CDB5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 181 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.20 |
| HSL | 166.42º | 0.51% | 0.6% | - |
| HSV(B) | 166.42º | 0.52% | 0.8% | - |
| XYZ | 35.32 | 49.65 | 51.44 | - |
| YUV | 170.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 181 | 0.52 | 0 | 0.12 | 0.20 | 166.42 | 0.51 | 0.6 |
| Hex | 63 | CD | B5 | 34 | 0 | C | 14 | A6 | 33 | 3C |
| Octal | 143 | 315 | 265 | 64 | 0 | 14 | 24 | 246 | 63 | 74 |
| Binary | 1100011 | 11001101 | 10110101 | 110100 | 0 | 1100 | 10100 | 10100110 | 110011 | 111100 |
Color Harmonies of #63CDB5
Complementary color
Monochromatic Colors of #63CDB5
Black with #63CDB5
Text Example
Text Example
White with #63CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDB5; }
p { color: rgb(99,205,181); }
H1.HeaderClassName
{
color: #63CDB5;
}
.AnyTagClassName
{
color: #63CDB5;
}
</style>
background-color css
<style>
a { background-color: #63CDB5; }
a { background-color: rgb(99,205,181); }
div.DivClassName
{
background-color: #63CDB5;
}
.BgClassName
{
background-color: #63CDB5;
}
</style>
border-color css
<style>
span { border-color: #63CDB5; }
span { border-color: rgb(99,205,181); }
td.TdClassName
{
border-color: #63CDB5;
}
.TagClassName
{
border-color: #63CDB5;
}
</style>