Shades of Medium Aquamarine #63CAB2
Tints of Medium Aquamarine #63CAB2
RGB
CMYK
RGB Variations
Color information
#63CAB2 (or 0x63CAB2) is known color: Medium Aquamarine. HEX triplet: 63, CA and B2. RGB value is (99,202,178). Sum of RGB (Red+Green+Blue) = 99+202+178=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #63CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CAB2 is #9C354D. Grayscale: #A8A8A8. Windows color (decimal): -10237262 or 11717219. OLE color: 11717219.
HSL color Cylindrical-coordinate representation of color #63CAB2: hue angle of 166.02º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CAB2 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 202 | 178 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.21 |
| HSL | 166.02º | 0.49% | 0.59% | - |
| HSV(B) | 166.02º | 0.51% | 0.79% | - |
| XYZ | 34.3 | 48.11 | 49.6 | - |
| YUV | 168.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 178 | 0.51 | 0 | 0.12 | 0.21 | 166.02 | 0.49 | 0.59 |
| Hex | 63 | CA | B2 | 33 | 0 | C | 15 | A6 | 31 | 3B |
| Octal | 143 | 312 | 262 | 63 | 0 | 14 | 25 | 246 | 61 | 73 |
| Binary | 1100011 | 11001010 | 10110010 | 110011 | 0 | 1100 | 10101 | 10100110 | 110001 | 111011 |
Color Harmonies of #63CAB2
Complementary color
Monochromatic Colors of #63CAB2
Black with #63CAB2
Text Example
Text Example
White with #63CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CAB2; }
p { color: rgb(99,202,178); }
H1.HeaderClassName
{
color: #63CAB2;
}
.AnyTagClassName
{
color: #63CAB2;
}
</style>
background-color css
<style>
a { background-color: #63CAB2; }
a { background-color: rgb(99,202,178); }
div.DivClassName
{
background-color: #63CAB2;
}
.BgClassName
{
background-color: #63CAB2;
}
</style>
border-color css
<style>
span { border-color: #63CAB2; }
span { border-color: rgb(99,202,178); }
td.TdClassName
{
border-color: #63CAB2;
}
.TagClassName
{
border-color: #63CAB2;
}
</style>