Shades of Medium Aquamarine #54FFB2
Tints of Medium Aquamarine #54FFB2
RGB
CMYK
RGB Variations
Color information
#54FFB2 (or 0x54FFB2) is known color: Medium Aquamarine. HEX triplet: 54, FF and B2. RGB value is (84,255,178). Sum of RGB (Red+Green+Blue) = 84+255+178=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FFB2 is #AB004D. Grayscale: #C3C3C3. Windows color (decimal): -11206734 or 11730772. OLE color: 11730772.
HSL color Cylindrical-coordinate representation of color #54FFB2: hue angle of 152.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFB2 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 178 | - |
| CMYK | 0.67 | 0 | 0.30 | 0 |
| HSL | 152.98º | 1% | 0.66% | - |
| HSV(B) | 152.98º | 0.67% | 1% | - |
| XYZ | 47.45 | 76.62 | 54.41 | - |
| YUV | 195.09 | 118.35 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 178 | 0.67 | 0 | 0.30 | 0 | 152.98 | 1 | 0.66 |
| Hex | 54 | FF | B2 | 43 | 0 | 1E | 0 | 99 | 64 | 42 |
| Octal | 124 | 377 | 262 | 103 | 0 | 36 | 0 | 231 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10110010 | 1000011 | 0 | 11110 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #54FFB2
Complementary color
Monochromatic Colors of #54FFB2
Black with #54FFB2
Text Example
Text Example
White with #54FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFB2; }
p { color: rgb(84,255,178); }
H1.HeaderClassName
{
color: #54FFB2;
}
.AnyTagClassName
{
color: #54FFB2;
}
</style>
background-color css
<style>
a { background-color: #54FFB2; }
a { background-color: rgb(84,255,178); }
div.DivClassName
{
background-color: #54FFB2;
}
.BgClassName
{
background-color: #54FFB2;
}
</style>
border-color css
<style>
span { border-color: #54FFB2; }
span { border-color: rgb(84,255,178); }
td.TdClassName
{
border-color: #54FFB2;
}
.TagClassName
{
border-color: #54FFB2;
}
</style>