Shades of Medium Aquamarine #51CFB5
Tints of Medium Aquamarine #51CFB5
RGB
CMYK
RGB Variations
Color information
#51CFB5 (or 0x51CFB5) is known color: Medium Aquamarine. HEX triplet: 51, CF and B5. RGB value is (81,207,181). Sum of RGB (Red+Green+Blue) = 81+207+181=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFB5 is #AE304A. Grayscale: #A6A6A6. Windows color (decimal): -11415627 or 11915089. OLE color: 11915089.
HSL color Cylindrical-coordinate representation of color #51CFB5: hue angle of 167.62º 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 #51CFB5 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 181 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.19 |
| HSL | 167.62º | 0.57% | 0.56% | - |
| HSV(B) | 167.62º | 0.61% | 0.81% | - |
| XYZ | 34.05 | 49.71 | 51.52 | - |
| YUV | 166.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 181 | 0.61 | 0 | 0.13 | 0.19 | 167.62 | 0.57 | 0.56 |
| Hex | 51 | CF | B5 | 3D | 0 | D | 13 | A8 | 39 | 38 |
| Octal | 121 | 317 | 265 | 75 | 0 | 15 | 23 | 250 | 71 | 70 |
| Binary | 1010001 | 11001111 | 10110101 | 111101 | 0 | 1101 | 10011 | 10101000 | 111001 | 111000 |
Color Harmonies of #51CFB5
Complementary color
Monochromatic Colors of #51CFB5
Black with #51CFB5
Text Example
Text Example
White with #51CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFB5; }
p { color: rgb(81,207,181); }
H1.HeaderClassName
{
color: #51CFB5;
}
.AnyTagClassName
{
color: #51CFB5;
}
</style>
background-color css
<style>
a { background-color: #51CFB5; }
a { background-color: rgb(81,207,181); }
div.DivClassName
{
background-color: #51CFB5;
}
.BgClassName
{
background-color: #51CFB5;
}
</style>
border-color css
<style>
span { border-color: #51CFB5; }
span { border-color: rgb(81,207,181); }
td.TdClassName
{
border-color: #51CFB5;
}
.TagClassName
{
border-color: #51CFB5;
}
</style>