Shades of Medium Aquamarine #51CFAB
Tints of Medium Aquamarine #51CFAB
RGB
CMYK
RGB Variations
Color information
#51CFAB (or 0x51CFAB) is known color: Medium Aquamarine. HEX triplet: 51, CF and AB. RGB value is (81,207,171). Sum of RGB (Red+Green+Blue) = 81+207+171=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CFAB is #AE3054. Grayscale: #A5A5A5. Windows color (decimal): -11415637 or 11259729. OLE color: 11259729.
HSL color Cylindrical-coordinate representation of color #51CFAB: hue angle of 162.86º 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 #51CFAB is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 171 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.19 |
| HSL | 162.86º | 0.57% | 0.56% | - |
| HSV(B) | 162.86º | 0.61% | 0.81% | - |
| XYZ | 33.06 | 49.32 | 46.3 | - |
| YUV | 165.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 171 | 0.61 | 0 | 0.17 | 0.19 | 162.86 | 0.57 | 0.56 |
| Hex | 51 | CF | AB | 3D | 0 | 11 | 13 | A3 | 39 | 38 |
| Octal | 121 | 317 | 253 | 75 | 0 | 21 | 23 | 243 | 71 | 70 |
| Binary | 1010001 | 11001111 | 10101011 | 111101 | 0 | 10001 | 10011 | 10100011 | 111001 | 111000 |
Color Harmonies of #51CFAB
Complementary color
Monochromatic Colors of #51CFAB
Black with #51CFAB
Text Example
Text Example
White with #51CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFAB; }
p { color: rgb(81,207,171); }
H1.HeaderClassName
{
color: #51CFAB;
}
.AnyTagClassName
{
color: #51CFAB;
}
</style>
background-color css
<style>
a { background-color: #51CFAB; }
a { background-color: rgb(81,207,171); }
div.DivClassName
{
background-color: #51CFAB;
}
.BgClassName
{
background-color: #51CFAB;
}
</style>
border-color css
<style>
span { border-color: #51CFAB; }
span { border-color: rgb(81,207,171); }
td.TdClassName
{
border-color: #51CFAB;
}
.TagClassName
{
border-color: #51CFAB;
}
</style>