Shades of Medium Aquamarine #54DCB3
Tints of Medium Aquamarine #54DCB3
RGB
CMYK
RGB Variations
Color information
#54DCB3 (or 0x54DCB3) is known color: Medium Aquamarine. HEX triplet: 54, DC and B3. RGB value is (84,220,179). Sum of RGB (Red+Green+Blue) = 84+220+179=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCB3 is #AB234C. Grayscale: #AEAEAE. Windows color (decimal): -11215693 or 11787348. OLE color: 11787348.
HSL color Cylindrical-coordinate representation of color #54DCB3: hue angle of 161.91º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCB3 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 179 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.14 |
| HSL | 161.91º | 0.66% | 0.6% | - |
| HSV(B) | 161.91º | 0.62% | 0.86% | - |
| XYZ | 37.39 | 56.33 | 51.55 | - |
| YUV | 174.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 179 | 0.62 | 0 | 0.19 | 0.14 | 161.91 | 0.66 | 0.6 |
| Hex | 54 | DC | B3 | 3E | 0 | 13 | E | A2 | 42 | 3C |
| Octal | 124 | 334 | 263 | 76 | 0 | 23 | 16 | 242 | 102 | 74 |
| Binary | 1010100 | 11011100 | 10110011 | 111110 | 0 | 10011 | 1110 | 10100010 | 1000010 | 111100 |
Color Harmonies of #54DCB3
Complementary color
Monochromatic Colors of #54DCB3
Black with #54DCB3
Text Example
Text Example
White with #54DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCB3; }
p { color: rgb(84,220,179); }
H1.HeaderClassName
{
color: #54DCB3;
}
.AnyTagClassName
{
color: #54DCB3;
}
</style>
background-color css
<style>
a { background-color: #54DCB3; }
a { background-color: rgb(84,220,179); }
div.DivClassName
{
background-color: #54DCB3;
}
.BgClassName
{
background-color: #54DCB3;
}
</style>
border-color css
<style>
span { border-color: #54DCB3; }
span { border-color: rgb(84,220,179); }
td.TdClassName
{
border-color: #54DCB3;
}
.TagClassName
{
border-color: #54DCB3;
}
</style>