Shades of Aquamarine #5FFCBE
Tints of Aquamarine #5FFCBE
RGB
CMYK
RGB Variations
Color information
#5FFCBE (or 0x5FFCBE) is known color: Aquamarine. HEX triplet: 5F, FC and BE. RGB value is (95,252,190). Sum of RGB (Red+Green+Blue) = 95+252+190=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCBE is #A00341. Grayscale: #C6C6C6. Windows color (decimal): -10486594 or 12516447. OLE color: 12516447.
HSL color Cylindrical-coordinate representation of color #5FFCBE: hue angle of 156.31º 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 #5FFCBE is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 190 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.01 |
| HSL | 156.31º | 0.96% | 0.68% | - |
| HSV(B) | 156.31º | 0.62% | 0.99% | - |
| XYZ | 48.82 | 75.77 | 60.77 | - |
| YUV | 197.99 | 123.49 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 190 | 0.62 | 0 | 0.25 | 0.01 | 156.31 | 0.96 | 0.68 |
| Hex | 5F | FC | BE | 3E | 0 | 19 | 1 | 9C | 60 | 44 |
| Octal | 137 | 374 | 276 | 76 | 0 | 31 | 1 | 234 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10111110 | 111110 | 0 | 11001 | 1 | 10011100 | 1100000 | 1000100 |
Color Harmonies of #5FFCBE
Complementary color
Monochromatic Colors of #5FFCBE
Black with #5FFCBE
Text Example
Text Example
White with #5FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCBE; }
p { color: rgb(95,252,190); }
H1.HeaderClassName
{
color: #5FFCBE;
}
.AnyTagClassName
{
color: #5FFCBE;
}
</style>
background-color css
<style>
a { background-color: #5FFCBE; }
a { background-color: rgb(95,252,190); }
div.DivClassName
{
background-color: #5FFCBE;
}
.BgClassName
{
background-color: #5FFCBE;
}
</style>
border-color css
<style>
span { border-color: #5FFCBE; }
span { border-color: rgb(95,252,190); }
td.TdClassName
{
border-color: #5FFCBE;
}
.TagClassName
{
border-color: #5FFCBE;
}
</style>