Shades of Aquamarine #57FCC4
Tints of Aquamarine #57FCC4
RGB
CMYK
RGB Variations
Color information
#57FCC4 (or 0x57FCC4) is known color: Aquamarine. HEX triplet: 57, FC and C4. RGB value is (87,252,196). Sum of RGB (Red+Green+Blue) = 87+252+196=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCC4 is #A8033B. Grayscale: #C4C4C4. Windows color (decimal): -11010876 or 12909655. OLE color: 12909655.
HSL color Cylindrical-coordinate representation of color #57FCC4: hue angle of 159.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCC4 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 196 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.01 |
| HSL | 159.64º | 0.96% | 0.66% | - |
| HSV(B) | 159.64º | 0.65% | 0.99% | - |
| XYZ | 48.7 | 75.63 | 64.26 | - |
| YUV | 196.28 | 127.84 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 196 | 0.65 | 0 | 0.22 | 0.01 | 159.64 | 0.96 | 0.66 |
| Hex | 57 | FC | C4 | 41 | 0 | 16 | 1 | A0 | 60 | 42 |
| Octal | 127 | 374 | 304 | 101 | 0 | 26 | 1 | 240 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11000100 | 1000001 | 0 | 10110 | 1 | 10100000 | 1100000 | 1000010 |
Color Harmonies of #57FCC4
Complementary color
Monochromatic Colors of #57FCC4
Black with #57FCC4
Text Example
Text Example
White with #57FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCC4; }
p { color: rgb(87,252,196); }
H1.HeaderClassName
{
color: #57FCC4;
}
.AnyTagClassName
{
color: #57FCC4;
}
</style>
background-color css
<style>
a { background-color: #57FCC4; }
a { background-color: rgb(87,252,196); }
div.DivClassName
{
background-color: #57FCC4;
}
.BgClassName
{
background-color: #57FCC4;
}
</style>
border-color css
<style>
span { border-color: #57FCC4; }
span { border-color: rgb(87,252,196); }
td.TdClassName
{
border-color: #57FCC4;
}
.TagClassName
{
border-color: #57FCC4;
}
</style>