Shades of Medium Aquamarine #54CDAB
Tints of Medium Aquamarine #54CDAB
RGB
CMYK
RGB Variations
Color information
#54CDAB (or 0x54CDAB) is known color: Medium Aquamarine. HEX triplet: 54, CD and AB. RGB value is (84,205,171). Sum of RGB (Red+Green+Blue) = 84+205+171=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CDAB is #AB3254. Grayscale: #A4A4A4. Windows color (decimal): -11219541 or 11259220. OLE color: 11259220.
HSL color Cylindrical-coordinate representation of color #54CDAB: hue angle of 163.14º 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 #54CDAB is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 205 | 171 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.20 |
| HSL | 163.14º | 0.55% | 0.57% | - |
| HSV(B) | 163.14º | 0.59% | 0.8% | - |
| XYZ | 32.84 | 48.49 | 46.16 | - |
| YUV | 164.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 171 | 0.59 | 0 | 0.17 | 0.20 | 163.14 | 0.55 | 0.57 |
| Hex | 54 | CD | AB | 3B | 0 | 11 | 14 | A3 | 37 | 39 |
| Octal | 124 | 315 | 253 | 73 | 0 | 21 | 24 | 243 | 67 | 71 |
| Binary | 1010100 | 11001101 | 10101011 | 111011 | 0 | 10001 | 10100 | 10100011 | 110111 | 111001 |
Color Harmonies of #54CDAB
Complementary color
Monochromatic Colors of #54CDAB
Black with #54CDAB
Text Example
Text Example
White with #54CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDAB; }
p { color: rgb(84,205,171); }
H1.HeaderClassName
{
color: #54CDAB;
}
.AnyTagClassName
{
color: #54CDAB;
}
</style>
background-color css
<style>
a { background-color: #54CDAB; }
a { background-color: rgb(84,205,171); }
div.DivClassName
{
background-color: #54CDAB;
}
.BgClassName
{
background-color: #54CDAB;
}
</style>
border-color css
<style>
span { border-color: #54CDAB; }
span { border-color: rgb(84,205,171); }
td.TdClassName
{
border-color: #54CDAB;
}
.TagClassName
{
border-color: #54CDAB;
}
</style>