Shades of Medium Aquamarine #63DFB0
Tints of Medium Aquamarine #63DFB0
RGB
CMYK
RGB Variations
Color information
#63DFB0 (or 0x63DFB0) is known color: Medium Aquamarine. HEX triplet: 63, DF and B0. RGB value is (99,223,176). Sum of RGB (Red+Green+Blue) = 99+223+176=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DFB0 is #9C204F. Grayscale: #B4B4B4. Windows color (decimal): -10231888 or 11591523. OLE color: 11591523.
HSL color Cylindrical-coordinate representation of color #63DFB0: hue angle of 157.26º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFB0 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 176 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.13 |
| HSL | 157.26º | 0.66% | 0.63% | - |
| HSV(B) | 157.26º | 0.56% | 0.87% | - |
| XYZ | 39.37 | 58.56 | 50.3 | - |
| YUV | 180.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 176 | 0.56 | 0 | 0.21 | 0.13 | 157.26 | 0.66 | 0.63 |
| Hex | 63 | DF | B0 | 38 | 0 | 15 | D | 9D | 42 | 3F |
| Octal | 143 | 337 | 260 | 70 | 0 | 25 | 15 | 235 | 102 | 77 |
| Binary | 1100011 | 11011111 | 10110000 | 111000 | 0 | 10101 | 1101 | 10011101 | 1000010 | 111111 |
Color Harmonies of #63DFB0
Complementary color
Monochromatic Colors of #63DFB0
Black with #63DFB0
Text Example
Text Example
White with #63DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFB0; }
p { color: rgb(99,223,176); }
H1.HeaderClassName
{
color: #63DFB0;
}
.AnyTagClassName
{
color: #63DFB0;
}
</style>
background-color css
<style>
a { background-color: #63DFB0; }
a { background-color: rgb(99,223,176); }
div.DivClassName
{
background-color: #63DFB0;
}
.BgClassName
{
background-color: #63DFB0;
}
</style>
border-color css
<style>
span { border-color: #63DFB0; }
span { border-color: rgb(99,223,176); }
td.TdClassName
{
border-color: #63DFB0;
}
.TagClassName
{
border-color: #63DFB0;
}
</style>