Shades of Aquamarine #5FFAC4
Tints of Aquamarine #5FFAC4
RGB
CMYK
RGB Variations
Color information
#5FFAC4 (or 0x5FFAC4) is known color: Aquamarine. HEX triplet: 5F, FA and C4. RGB value is (95,250,196). Sum of RGB (Red+Green+Blue) = 95+250+196=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAC4 is #A0053B. Grayscale: #C5C5C5. Windows color (decimal): -10487100 or 12909151. OLE color: 12909151.
HSL color Cylindrical-coordinate representation of color #5FFAC4: hue angle of 159.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAC4 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 196 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.02 |
| HSL | 159.1º | 0.94% | 0.68% | - |
| HSV(B) | 159.1º | 0.62% | 0.98% | - |
| XYZ | 48.87 | 74.79 | 64.08 | - |
| YUV | 197.5 | 127.15 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 196 | 0.62 | 0 | 0.22 | 0.02 | 159.1 | 0.94 | 0.68 |
| Hex | 5F | FA | C4 | 3E | 0 | 16 | 2 | 9F | 5E | 44 |
| Octal | 137 | 372 | 304 | 76 | 0 | 26 | 2 | 237 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11000100 | 111110 | 0 | 10110 | 10 | 10011111 | 1011110 | 1000100 |
Color Harmonies of #5FFAC4
Complementary color
Monochromatic Colors of #5FFAC4
Black with #5FFAC4
Text Example
Text Example
White with #5FFAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAC4; }
p { color: rgb(95,250,196); }
H1.HeaderClassName
{
color: #5FFAC4;
}
.AnyTagClassName
{
color: #5FFAC4;
}
</style>
background-color css
<style>
a { background-color: #5FFAC4; }
a { background-color: rgb(95,250,196); }
div.DivClassName
{
background-color: #5FFAC4;
}
.BgClassName
{
background-color: #5FFAC4;
}
</style>
border-color css
<style>
span { border-color: #5FFAC4; }
span { border-color: rgb(95,250,196); }
td.TdClassName
{
border-color: #5FFAC4;
}
.TagClassName
{
border-color: #5FFAC4;
}
</style>