Shades of Medium Aquamarine #54D7B7
Tints of Medium Aquamarine #54D7B7
RGB
CMYK
RGB Variations
Color information
#54D7B7 (or 0x54D7B7) is known color: Medium Aquamarine. HEX triplet: 54, D7 and B7. RGB value is (84,215,183). Sum of RGB (Red+Green+Blue) = 84+215+183=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #54D7B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D7B7 is #AB2848. Grayscale: #ACACAC. Windows color (decimal): -11216969 or 12048212. OLE color: 12048212.
HSL color Cylindrical-coordinate representation of color #54D7B7: hue angle of 165.34º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D7B7 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 215 | 183 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.16 |
| HSL | 165.34º | 0.62% | 0.59% | - |
| HSV(B) | 165.34º | 0.61% | 0.84% | - |
| XYZ | 36.5 | 53.9 | 53.28 | - |
| YUV | 172.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 215 | 183 | 0.61 | 0 | 0.15 | 0.16 | 165.34 | 0.62 | 0.59 |
| Hex | 54 | D7 | B7 | 3D | 0 | F | 10 | A5 | 3E | 3B |
| Octal | 124 | 327 | 267 | 75 | 0 | 17 | 20 | 245 | 76 | 73 |
| Binary | 1010100 | 11010111 | 10110111 | 111101 | 0 | 1111 | 10000 | 10100101 | 111110 | 111011 |
Color Harmonies of #54D7B7
Complementary color
Monochromatic Colors of #54D7B7
Black with #54D7B7
Text Example
Text Example
White with #54D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D7B7; }
p { color: rgb(84,215,183); }
H1.HeaderClassName
{
color: #54D7B7;
}
.AnyTagClassName
{
color: #54D7B7;
}
</style>
background-color css
<style>
a { background-color: #54D7B7; }
a { background-color: rgb(84,215,183); }
div.DivClassName
{
background-color: #54D7B7;
}
.BgClassName
{
background-color: #54D7B7;
}
</style>
border-color css
<style>
span { border-color: #54D7B7; }
span { border-color: rgb(84,215,183); }
td.TdClassName
{
border-color: #54D7B7;
}
.TagClassName
{
border-color: #54D7B7;
}
</style>