Shades of Medium Aquamarine #54DBB8
Tints of Medium Aquamarine #54DBB8
RGB
CMYK
RGB Variations
Color information
#54DBB8 (or 0x54DBB8) is known color: Medium Aquamarine. HEX triplet: 54, DB and B8. RGB value is (84,219,184). Sum of RGB (Red+Green+Blue) = 84+219+184=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBB8 is #AB2447. Grayscale: #AEAEAE. Windows color (decimal): -11215944 or 12114772. OLE color: 12114772.
HSL color Cylindrical-coordinate representation of color #54DBB8: hue angle of 164.44º 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 #54DBB8 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 184 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.14 |
| HSL | 164.44º | 0.65% | 0.59% | - |
| HSV(B) | 164.44º | 0.62% | 0.86% | - |
| XYZ | 37.64 | 56.01 | 54.17 | - |
| YUV | 174.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 184 | 0.62 | 0 | 0.16 | 0.14 | 164.44 | 0.65 | 0.59 |
| Hex | 54 | DB | B8 | 3E | 0 | 10 | E | A4 | 41 | 3B |
| Octal | 124 | 333 | 270 | 76 | 0 | 20 | 16 | 244 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10111000 | 111110 | 0 | 10000 | 1110 | 10100100 | 1000001 | 111011 |
Color Harmonies of #54DBB8
Complementary color
Monochromatic Colors of #54DBB8
Black with #54DBB8
Text Example
Text Example
White with #54DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBB8; }
p { color: rgb(84,219,184); }
H1.HeaderClassName
{
color: #54DBB8;
}
.AnyTagClassName
{
color: #54DBB8;
}
</style>
background-color css
<style>
a { background-color: #54DBB8; }
a { background-color: rgb(84,219,184); }
div.DivClassName
{
background-color: #54DBB8;
}
.BgClassName
{
background-color: #54DBB8;
}
</style>
border-color css
<style>
span { border-color: #54DBB8; }
span { border-color: rgb(84,219,184); }
td.TdClassName
{
border-color: #54DBB8;
}
.TagClassName
{
border-color: #54DBB8;
}
</style>