Shades of Medium Aquamarine #54CFAB
Tints of Medium Aquamarine #54CFAB
RGB
CMYK
RGB Variations
Color information
#54CFAB (or 0x54CFAB) is known color: Medium Aquamarine. HEX triplet: 54, CF and AB. RGB value is (84,207,171). Sum of RGB (Red+Green+Blue) = 84+207+171=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CFAB is #AB3054. Grayscale: #A6A6A6. Windows color (decimal): -11219029 or 11259732. OLE color: 11259732.
HSL color Cylindrical-coordinate representation of color #54CFAB: hue angle of 162.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CFAB is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 171 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.19 |
| HSL | 162.44º | 0.56% | 0.57% | - |
| HSV(B) | 162.44º | 0.59% | 0.81% | - |
| XYZ | 33.32 | 49.45 | 46.32 | - |
| YUV | 166.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 171 | 0.59 | 0 | 0.17 | 0.19 | 162.44 | 0.56 | 0.57 |
| Hex | 54 | CF | AB | 3B | 0 | 11 | 13 | A2 | 38 | 39 |
| Octal | 124 | 317 | 253 | 73 | 0 | 21 | 23 | 242 | 70 | 71 |
| Binary | 1010100 | 11001111 | 10101011 | 111011 | 0 | 10001 | 10011 | 10100010 | 111000 | 111001 |
Color Harmonies of #54CFAB
Complementary color
Monochromatic Colors of #54CFAB
Black with #54CFAB
Text Example
Text Example
White with #54CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFAB; }
p { color: rgb(84,207,171); }
H1.HeaderClassName
{
color: #54CFAB;
}
.AnyTagClassName
{
color: #54CFAB;
}
</style>
background-color css
<style>
a { background-color: #54CFAB; }
a { background-color: rgb(84,207,171); }
div.DivClassName
{
background-color: #54CFAB;
}
.BgClassName
{
background-color: #54CFAB;
}
</style>
border-color css
<style>
span { border-color: #54CFAB; }
span { border-color: rgb(84,207,171); }
td.TdClassName
{
border-color: #54CFAB;
}
.TagClassName
{
border-color: #54CFAB;
}
</style>