Shades of Medium Aquamarine #54FCAF
Tints of Medium Aquamarine #54FCAF
RGB
CMYK
RGB Variations
Color information
#54FCAF (or 0x54FCAF) is known color: Medium Aquamarine. HEX triplet: 54, FC and AF. RGB value is (84,252,175). Sum of RGB (Red+Green+Blue) = 84+252+175=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FCAF is #AB0350. Grayscale: #C1C1C1. Windows color (decimal): -11207505 or 11533396. OLE color: 11533396.
HSL color Cylindrical-coordinate representation of color #54FCAF: hue angle of 152.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FCAF is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 175 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.01 |
| HSL | 152.5º | 0.97% | 0.66% | - |
| HSV(B) | 152.5º | 0.67% | 0.99% | - |
| XYZ | 46.2 | 74.6 | 52.52 | - |
| YUV | 192.99 | 117.84 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 175 | 0.67 | 0 | 0.31 | 0.01 | 152.5 | 0.97 | 0.66 |
| Hex | 54 | FC | AF | 43 | 0 | 1F | 1 | 98 | 61 | 42 |
| Octal | 124 | 374 | 257 | 103 | 0 | 37 | 1 | 230 | 141 | 102 |
| Binary | 1010100 | 11111100 | 10101111 | 1000011 | 0 | 11111 | 1 | 10011000 | 1100001 | 1000010 |
Color Harmonies of #54FCAF
Complementary color
Monochromatic Colors of #54FCAF
Black with #54FCAF
Text Example
Text Example
White with #54FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCAF; }
p { color: rgb(84,252,175); }
H1.HeaderClassName
{
color: #54FCAF;
}
.AnyTagClassName
{
color: #54FCAF;
}
</style>
background-color css
<style>
a { background-color: #54FCAF; }
a { background-color: rgb(84,252,175); }
div.DivClassName
{
background-color: #54FCAF;
}
.BgClassName
{
background-color: #54FCAF;
}
</style>
border-color css
<style>
span { border-color: #54FCAF; }
span { border-color: rgb(84,252,175); }
td.TdClassName
{
border-color: #54FCAF;
}
.TagClassName
{
border-color: #54FCAF;
}
</style>