Shades of Aquamarine #57FFB3
Tints of Aquamarine #57FFB3
RGB
CMYK
RGB Variations
Color information
#57FFB3 (or 0x57FFB3) is known color: Aquamarine. HEX triplet: 57, FF and B3. RGB value is (87,255,179). Sum of RGB (Red+Green+Blue) = 87+255+179=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFB3 is #A8004C. Grayscale: #C4C4C4. Windows color (decimal): -11010125 or 11796311. OLE color: 11796311.
HSL color Cylindrical-coordinate representation of color #57FFB3: hue angle of 152.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FFB3 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 179 | - |
| CMYK | 0.66 | 0 | 0.30 | 0 |
| HSL | 152.86º | 1% | 0.67% | - |
| HSV(B) | 152.86º | 0.66% | 1% | - |
| XYZ | 47.83 | 76.8 | 54.95 | - |
| YUV | 196.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 179 | 0.66 | 0 | 0.30 | 0 | 152.86 | 1 | 0.67 |
| Hex | 57 | FF | B3 | 42 | 0 | 1E | 0 | 99 | 64 | 43 |
| Octal | 127 | 377 | 263 | 102 | 0 | 36 | 0 | 231 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10110011 | 1000010 | 0 | 11110 | 0 | 10011001 | 1100100 | 1000011 |
Color Harmonies of #57FFB3
Complementary color
Monochromatic Colors of #57FFB3
Black with #57FFB3
Text Example
Text Example
White with #57FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFB3; }
p { color: rgb(87,255,179); }
H1.HeaderClassName
{
color: #57FFB3;
}
.AnyTagClassName
{
color: #57FFB3;
}
</style>
background-color css
<style>
a { background-color: #57FFB3; }
a { background-color: rgb(87,255,179); }
div.DivClassName
{
background-color: #57FFB3;
}
.BgClassName
{
background-color: #57FFB3;
}
</style>
border-color css
<style>
span { border-color: #57FFB3; }
span { border-color: rgb(87,255,179); }
td.TdClassName
{
border-color: #57FFB3;
}
.TagClassName
{
border-color: #57FFB3;
}
</style>