Shades of Medium Aquamarine #54CB9F
Tints of Medium Aquamarine #54CB9F
RGB
CMYK
RGB Variations
Color information
#54CB9F (or 0x54CB9F) is known color: Medium Aquamarine. HEX triplet: 54, CB and 9F. RGB value is (84,203,159). Sum of RGB (Red+Green+Blue) = 84+203+159=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CB9F is #AB3460. Grayscale: #A2A2A2. Windows color (decimal): -11220065 or 10472276. OLE color: 10472276.
HSL color Cylindrical-coordinate representation of color #54CB9F: hue angle of 157.82º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CB9F is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 159 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.20 |
| HSL | 157.82º | 0.53% | 0.56% | - |
| HSV(B) | 157.82º | 0.59% | 0.8% | - |
| XYZ | 31.27 | 47.1 | 40.24 | - |
| YUV | 162.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 159 | 0.59 | 0 | 0.22 | 0.20 | 157.82 | 0.53 | 0.56 |
| Hex | 54 | CB | 9F | 3B | 0 | 16 | 14 | 9E | 35 | 38 |
| Octal | 124 | 313 | 237 | 73 | 0 | 26 | 24 | 236 | 65 | 70 |
| Binary | 1010100 | 11001011 | 10011111 | 111011 | 0 | 10110 | 10100 | 10011110 | 110101 | 111000 |
Color Harmonies of #54CB9F
Complementary color
Monochromatic Colors of #54CB9F
Black with #54CB9F
Text Example
Text Example
White with #54CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB9F; }
p { color: rgb(84,203,159); }
H1.HeaderClassName
{
color: #54CB9F;
}
.AnyTagClassName
{
color: #54CB9F;
}
</style>
background-color css
<style>
a { background-color: #54CB9F; }
a { background-color: rgb(84,203,159); }
div.DivClassName
{
background-color: #54CB9F;
}
.BgClassName
{
background-color: #54CB9F;
}
</style>
border-color css
<style>
span { border-color: #54CB9F; }
span { border-color: rgb(84,203,159); }
td.TdClassName
{
border-color: #54CB9F;
}
.TagClassName
{
border-color: #54CB9F;
}
</style>