Shades of Aquamarine #5FFCC1
Tints of Aquamarine #5FFCC1
RGB
CMYK
RGB Variations
Color information
#5FFCC1 (or 0x5FFCC1) is known color: Aquamarine. HEX triplet: 5F, FC and C1. RGB value is (95,252,193). Sum of RGB (Red+Green+Blue) = 95+252+193=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCC1 is #A0033E. Grayscale: #C6C6C6. Windows color (decimal): -10486591 or 12713055. OLE color: 12713055.
HSL color Cylindrical-coordinate representation of color #5FFCC1: hue angle of 157.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCC1 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 193 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.01 |
| HSL | 157.45º | 0.96% | 0.68% | - |
| HSV(B) | 157.45º | 0.62% | 0.99% | - |
| XYZ | 49.16 | 75.9 | 62.51 | - |
| YUV | 198.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 193 | 0.62 | 0 | 0.23 | 0.01 | 157.45 | 0.96 | 0.68 |
| Hex | 5F | FC | C1 | 3E | 0 | 17 | 1 | 9D | 60 | 44 |
| Octal | 137 | 374 | 301 | 76 | 0 | 27 | 1 | 235 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11000001 | 111110 | 0 | 10111 | 1 | 10011101 | 1100000 | 1000100 |
Color Harmonies of #5FFCC1
Complementary color
Monochromatic Colors of #5FFCC1
Black with #5FFCC1
Text Example
Text Example
White with #5FFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCC1; }
p { color: rgb(95,252,193); }
H1.HeaderClassName
{
color: #5FFCC1;
}
.AnyTagClassName
{
color: #5FFCC1;
}
</style>
background-color css
<style>
a { background-color: #5FFCC1; }
a { background-color: rgb(95,252,193); }
div.DivClassName
{
background-color: #5FFCC1;
}
.BgClassName
{
background-color: #5FFCC1;
}
</style>
border-color css
<style>
span { border-color: #5FFCC1; }
span { border-color: rgb(95,252,193); }
td.TdClassName
{
border-color: #5FFCC1;
}
.TagClassName
{
border-color: #5FFCC1;
}
</style>