Shades of Aquamarine #5FFFC1
Tints of Aquamarine #5FFFC1
RGB
CMYK
RGB Variations
Color information
#5FFFC1 (or 0x5FFFC1) is known color: Aquamarine. HEX triplet: 5F, FF and C1. RGB value is (95,255,193). Sum of RGB (Red+Green+Blue) = 95+255+193=543 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.50% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFC1 is #A0003E. Grayscale: #C8C8C8. Windows color (decimal): -10485823 or 12713823. OLE color: 12713823.
HSL color Cylindrical-coordinate representation of color #5FFFC1: hue angle of 156.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFC1 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 193 | - |
| CMYK | 0.63 | 0 | 0.24 | 0 |
| HSL | 156.75º | 1% | 0.69% | - |
| HSV(B) | 156.75º | 0.63% | 1% | - |
| XYZ | 50.1 | 77.8 | 62.83 | - |
| YUV | 200.09 | 123.99 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 193 | 0.63 | 0 | 0.24 | 0 | 156.75 | 1 | 0.69 |
| Hex | 5F | FF | C1 | 3F | 0 | 18 | 0 | 9D | 64 | 45 |
| Octal | 137 | 377 | 301 | 77 | 0 | 30 | 0 | 235 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11000001 | 111111 | 0 | 11000 | 0 | 10011101 | 1100100 | 1000101 |
Color Harmonies of #5FFFC1
Complementary color
Monochromatic Colors of #5FFFC1
Black with #5FFFC1
Text Example
Text Example
White with #5FFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFC1; }
p { color: rgb(95,255,193); }
H1.HeaderClassName
{
color: #5FFFC1;
}
.AnyTagClassName
{
color: #5FFFC1;
}
</style>
background-color css
<style>
a { background-color: #5FFFC1; }
a { background-color: rgb(95,255,193); }
div.DivClassName
{
background-color: #5FFFC1;
}
.BgClassName
{
background-color: #5FFFC1;
}
</style>
border-color css
<style>
span { border-color: #5FFFC1; }
span { border-color: rgb(95,255,193); }
td.TdClassName
{
border-color: #5FFFC1;
}
.TagClassName
{
border-color: #5FFFC1;
}
</style>