Shades of Aquamarine #5FFBC7
Tints of Aquamarine #5FFBC7
RGB
CMYK
RGB Variations
Color information
#5FFBC7 (or 0x5FFBC7) is known color: Aquamarine. HEX triplet: 5F, FB and C7. RGB value is (95,251,199). Sum of RGB (Red+Green+Blue) = 95+251+199=545 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.43% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBC7 is #A00438. Grayscale: #C6C6C6. Windows color (decimal): -10486841 or 13106015. OLE color: 13106015.
HSL color Cylindrical-coordinate representation of color #5FFBC7: hue angle of 160º degrees, saturation: 0.95, 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 #5FFBC7 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 199 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.02 |
| HSL | 160º | 0.95% | 0.68% | - |
| HSV(B) | 160º | 0.62% | 0.98% | - |
| XYZ | 49.53 | 75.55 | 66.01 | - |
| YUV | 198.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 199 | 0.62 | 0 | 0.21 | 0.02 | 160 | 0.95 | 0.68 |
| Hex | 5F | FB | C7 | 3E | 0 | 15 | 2 | A0 | 5F | 44 |
| Octal | 137 | 373 | 307 | 76 | 0 | 25 | 2 | 240 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11000111 | 111110 | 0 | 10101 | 10 | 10100000 | 1011111 | 1000100 |
Color Harmonies of #5FFBC7
Complementary color
Monochromatic Colors of #5FFBC7
Black with #5FFBC7
Text Example
Text Example
White with #5FFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBC7; }
p { color: rgb(95,251,199); }
H1.HeaderClassName
{
color: #5FFBC7;
}
.AnyTagClassName
{
color: #5FFBC7;
}
</style>
background-color css
<style>
a { background-color: #5FFBC7; }
a { background-color: rgb(95,251,199); }
div.DivClassName
{
background-color: #5FFBC7;
}
.BgClassName
{
background-color: #5FFBC7;
}
</style>
border-color css
<style>
span { border-color: #5FFBC7; }
span { border-color: rgb(95,251,199); }
td.TdClassName
{
border-color: #5FFBC7;
}
.TagClassName
{
border-color: #5FFBC7;
}
</style>