Shades of Medium Aquamarine #51CFAA
Tints of Medium Aquamarine #51CFAA
RGB
CMYK
RGB Variations
Color information
#51CFAA (or 0x51CFAA) is known color: Medium Aquamarine. HEX triplet: 51, CF and AA. RGB value is (81,207,170). Sum of RGB (Red+Green+Blue) = 81+207+170=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CFAA is #AE3055. Grayscale: #A5A5A5. Windows color (decimal): -11415638 or 11194193. OLE color: 11194193.
HSL color Cylindrical-coordinate representation of color #51CFAA: hue angle of 162.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CFAA is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 170 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.19 |
| HSL | 162.38º | 0.57% | 0.56% | - |
| HSV(B) | 162.38º | 0.61% | 0.81% | - |
| XYZ | 32.96 | 49.28 | 45.8 | - |
| YUV | 165.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 170 | 0.61 | 0 | 0.18 | 0.19 | 162.38 | 0.57 | 0.56 |
| Hex | 51 | CF | AA | 3D | 0 | 12 | 13 | A2 | 39 | 38 |
| Octal | 121 | 317 | 252 | 75 | 0 | 22 | 23 | 242 | 71 | 70 |
| Binary | 1010001 | 11001111 | 10101010 | 111101 | 0 | 10010 | 10011 | 10100010 | 111001 | 111000 |
Color Harmonies of #51CFAA
Complementary color
Monochromatic Colors of #51CFAA
Black with #51CFAA
Text Example
Text Example
White with #51CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFAA; }
p { color: rgb(81,207,170); }
H1.HeaderClassName
{
color: #51CFAA;
}
.AnyTagClassName
{
color: #51CFAA;
}
</style>
background-color css
<style>
a { background-color: #51CFAA; }
a { background-color: rgb(81,207,170); }
div.DivClassName
{
background-color: #51CFAA;
}
.BgClassName
{
background-color: #51CFAA;
}
</style>
border-color css
<style>
span { border-color: #51CFAA; }
span { border-color: rgb(81,207,170); }
td.TdClassName
{
border-color: #51CFAA;
}
.TagClassName
{
border-color: #51CFAA;
}
</style>