Shades of Aquamarine #57FFB5
Tints of Aquamarine #57FFB5
RGB
CMYK
RGB Variations
Color information
#57FFB5 (or 0x57FFB5) is known color: Aquamarine. HEX triplet: 57, FF and B5. RGB value is (87,255,181). Sum of RGB (Red+Green+Blue) = 87+255+181=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFB5 is #A8004A. Grayscale: #C4C4C4. Windows color (decimal): -11010123 or 11927383. OLE color: 11927383.
HSL color Cylindrical-coordinate representation of color #57FFB5: hue angle of 153.57º 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 #57FFB5 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 181 | - |
| CMYK | 0.66 | 0 | 0.29 | 0 |
| HSL | 153.57º | 1% | 0.67% | - |
| HSV(B) | 153.57º | 0.66% | 1% | - |
| XYZ | 48.03 | 76.88 | 56.02 | - |
| YUV | 196.33 | 119.34 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 181 | 0.66 | 0 | 0.29 | 0 | 153.57 | 1 | 0.67 |
| Hex | 57 | FF | B5 | 42 | 0 | 1D | 0 | 9A | 64 | 43 |
| Octal | 127 | 377 | 265 | 102 | 0 | 35 | 0 | 232 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10110101 | 1000010 | 0 | 11101 | 0 | 10011010 | 1100100 | 1000011 |
Color Harmonies of #57FFB5
Complementary color
Monochromatic Colors of #57FFB5
Black with #57FFB5
Text Example
Text Example
White with #57FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFB5; }
p { color: rgb(87,255,181); }
H1.HeaderClassName
{
color: #57FFB5;
}
.AnyTagClassName
{
color: #57FFB5;
}
</style>
background-color css
<style>
a { background-color: #57FFB5; }
a { background-color: rgb(87,255,181); }
div.DivClassName
{
background-color: #57FFB5;
}
.BgClassName
{
background-color: #57FFB5;
}
</style>
border-color css
<style>
span { border-color: #57FFB5; }
span { border-color: rgb(87,255,181); }
td.TdClassName
{
border-color: #57FFB5;
}
.TagClassName
{
border-color: #57FFB5;
}
</style>