Shades of Medium Aquamarine #54CDB0
Tints of Medium Aquamarine #54CDB0
RGB
CMYK
RGB Variations
Color information
#54CDB0 (or 0x54CDB0) is known color: Medium Aquamarine. HEX triplet: 54, CD and B0. RGB value is (84,205,176). Sum of RGB (Red+Green+Blue) = 84+205+176=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CDB0 is #AB324F. Grayscale: #A5A5A5. Windows color (decimal): -11219536 or 11586900. OLE color: 11586900.
HSL color Cylindrical-coordinate representation of color #54CDB0: hue angle of 165.62º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CDB0 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 205 | 176 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.20 |
| HSL | 165.62º | 0.55% | 0.57% | - |
| HSV(B) | 165.62º | 0.59% | 0.8% | - |
| XYZ | 33.32 | 48.68 | 48.71 | - |
| YUV | 165.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 176 | 0.59 | 0 | 0.14 | 0.20 | 165.62 | 0.55 | 0.57 |
| Hex | 54 | CD | B0 | 3B | 0 | E | 14 | A6 | 37 | 39 |
| Octal | 124 | 315 | 260 | 73 | 0 | 16 | 24 | 246 | 67 | 71 |
| Binary | 1010100 | 11001101 | 10110000 | 111011 | 0 | 1110 | 10100 | 10100110 | 110111 | 111001 |
Color Harmonies of #54CDB0
Complementary color
Monochromatic Colors of #54CDB0
Black with #54CDB0
Text Example
Text Example
White with #54CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDB0; }
p { color: rgb(84,205,176); }
H1.HeaderClassName
{
color: #54CDB0;
}
.AnyTagClassName
{
color: #54CDB0;
}
</style>
background-color css
<style>
a { background-color: #54CDB0; }
a { background-color: rgb(84,205,176); }
div.DivClassName
{
background-color: #54CDB0;
}
.BgClassName
{
background-color: #54CDB0;
}
</style>
border-color css
<style>
span { border-color: #54CDB0; }
span { border-color: rgb(84,205,176); }
td.TdClassName
{
border-color: #54CDB0;
}
.TagClassName
{
border-color: #54CDB0;
}
</style>