Shades of Medium Aquamarine #54DBA8
Tints of Medium Aquamarine #54DBA8
RGB
CMYK
RGB Variations
Color information
#54DBA8 (or 0x54DBA8) is known color: Medium Aquamarine. HEX triplet: 54, DB and A8. RGB value is (84,219,168). Sum of RGB (Red+Green+Blue) = 84+219+168=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DBA8 is #AB2457. Grayscale: #ACACAC. Windows color (decimal): -11215960 or 11066196. OLE color: 11066196.
HSL color Cylindrical-coordinate representation of color #54DBA8: hue angle of 157.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DBA8 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 168 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.14 |
| HSL | 157.33º | 0.65% | 0.59% | - |
| HSV(B) | 157.33º | 0.62% | 0.86% | - |
| XYZ | 36.06 | 55.38 | 45.83 | - |
| YUV | 172.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 168 | 0.62 | 0 | 0.23 | 0.14 | 157.33 | 0.65 | 0.59 |
| Hex | 54 | DB | A8 | 3E | 0 | 17 | E | 9D | 41 | 3B |
| Octal | 124 | 333 | 250 | 76 | 0 | 27 | 16 | 235 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10101000 | 111110 | 0 | 10111 | 1110 | 10011101 | 1000001 | 111011 |
Color Harmonies of #54DBA8
Complementary color
Monochromatic Colors of #54DBA8
Black with #54DBA8
Text Example
Text Example
White with #54DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBA8; }
p { color: rgb(84,219,168); }
H1.HeaderClassName
{
color: #54DBA8;
}
.AnyTagClassName
{
color: #54DBA8;
}
</style>
background-color css
<style>
a { background-color: #54DBA8; }
a { background-color: rgb(84,219,168); }
div.DivClassName
{
background-color: #54DBA8;
}
.BgClassName
{
background-color: #54DBA8;
}
</style>
border-color css
<style>
span { border-color: #54DBA8; }
span { border-color: rgb(84,219,168); }
td.TdClassName
{
border-color: #54DBA8;
}
.TagClassName
{
border-color: #54DBA8;
}
</style>