Shades of Medium Aquamarine #54DC98
Tints of Medium Aquamarine #54DC98
RGB
CMYK
RGB Variations
Color information
#54DC98 (or 0x54DC98) is known color: Medium Aquamarine. HEX triplet: 54, DC and 98. RGB value is (84,220,152). Sum of RGB (Red+Green+Blue) = 84+220+152=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DC98 is #AB2367. Grayscale: #ABABAB. Windows color (decimal): -11215720 or 10017876. OLE color: 10017876.
HSL color Cylindrical-coordinate representation of color #54DC98: hue angle of 150º 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 #54DC98 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 152 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.14 |
| HSL | 150º | 0.66% | 0.6% | - |
| HSV(B) | 150º | 0.62% | 0.86% | - |
| XYZ | 34.92 | 55.34 | 38.55 | - |
| YUV | 171.58 | 116.94 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 152 | 0.62 | 0 | 0.31 | 0.14 | 150 | 0.66 | 0.6 |
| Hex | 54 | DC | 98 | 3E | 0 | 1F | E | 96 | 42 | 3C |
| Octal | 124 | 334 | 230 | 76 | 0 | 37 | 16 | 226 | 102 | 74 |
| Binary | 1010100 | 11011100 | 10011000 | 111110 | 0 | 11111 | 1110 | 10010110 | 1000010 | 111100 |
Color Harmonies of #54DC98
Complementary color
Monochromatic Colors of #54DC98
Black with #54DC98
Text Example
Text Example
White with #54DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC98; }
p { color: rgb(84,220,152); }
H1.HeaderClassName
{
color: #54DC98;
}
.AnyTagClassName
{
color: #54DC98;
}
</style>
background-color css
<style>
a { background-color: #54DC98; }
a { background-color: rgb(84,220,152); }
div.DivClassName
{
background-color: #54DC98;
}
.BgClassName
{
background-color: #54DC98;
}
</style>
border-color css
<style>
span { border-color: #54DC98; }
span { border-color: rgb(84,220,152); }
td.TdClassName
{
border-color: #54DC98;
}
.TagClassName
{
border-color: #54DC98;
}
</style>