Shades of Medium Aquamarine #54D29B
Tints of Medium Aquamarine #54D29B
RGB
CMYK
RGB Variations
Color information
#54D29B (or 0x54D29B) is known color: Medium Aquamarine. HEX triplet: 54, D2 and 9B. RGB value is (84,210,155). Sum of RGB (Red+Green+Blue) = 84+210+155=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #54D29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D29B is #AB2D64. Grayscale: #A6A6A6. Windows color (decimal): -11218277 or 10211924. OLE color: 10211924.
HSL color Cylindrical-coordinate representation of color #54D29B: hue angle of 153.81º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D29B is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 155 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.18 |
| HSL | 153.81º | 0.58% | 0.58% | - |
| HSV(B) | 153.81º | 0.6% | 0.82% | - |
| XYZ | 32.62 | 50.34 | 39.01 | - |
| YUV | 166.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 155 | 0.6 | 0 | 0.26 | 0.18 | 153.81 | 0.58 | 0.58 |
| Hex | 54 | D2 | 9B | 3C | 0 | 1A | 12 | 9A | 3A | 3A |
| Octal | 124 | 322 | 233 | 74 | 0 | 32 | 22 | 232 | 72 | 72 |
| Binary | 1010100 | 11010010 | 10011011 | 111100 | 0 | 11010 | 10010 | 10011010 | 111010 | 111010 |
Color Harmonies of #54D29B
Complementary color
Monochromatic Colors of #54D29B
Black with #54D29B
Text Example
Text Example
White with #54D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D29B; }
p { color: rgb(84,210,155); }
H1.HeaderClassName
{
color: #54D29B;
}
.AnyTagClassName
{
color: #54D29B;
}
</style>
background-color css
<style>
a { background-color: #54D29B; }
a { background-color: rgb(84,210,155); }
div.DivClassName
{
background-color: #54D29B;
}
.BgClassName
{
background-color: #54D29B;
}
</style>
border-color css
<style>
span { border-color: #54D29B; }
span { border-color: rgb(84,210,155); }
td.TdClassName
{
border-color: #54D29B;
}
.TagClassName
{
border-color: #54D29B;
}
</style>