Shades of Aquamarine #5FFFBE
Tints of Aquamarine #5FFFBE
RGB
CMYK
RGB Variations
Color information
#5FFFBE (or 0x5FFFBE) is known color: Aquamarine. HEX triplet: 5F, FF and BE. RGB value is (95,255,190). Sum of RGB (Red+Green+Blue) = 95+255+190=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFBE is #A00041. Grayscale: #C7C7C7. Windows color (decimal): -10485826 or 12517215. OLE color: 12517215.
HSL color Cylindrical-coordinate representation of color #5FFFBE: hue angle of 155.62º 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 #5FFFBE is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 190 | - |
| CMYK | 0.63 | 0 | 0.25 | 0 |
| HSL | 155.63º | 1% | 0.69% | - |
| HSV(B) | 155.63º | 0.63% | 1% | - |
| XYZ | 49.77 | 77.67 | 61.08 | - |
| YUV | 199.75 | 122.49 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 190 | 0.63 | 0 | 0.25 | 0 | 155.63 | 1 | 0.69 |
| Hex | 5F | FF | BE | 3F | 0 | 19 | 0 | 9C | 64 | 45 |
| Octal | 137 | 377 | 276 | 77 | 0 | 31 | 0 | 234 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10111110 | 111111 | 0 | 11001 | 0 | 10011100 | 1100100 | 1000101 |
Color Harmonies of #5FFFBE
Complementary color
Monochromatic Colors of #5FFFBE
Black with #5FFFBE
Text Example
Text Example
White with #5FFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFBE; }
p { color: rgb(95,255,190); }
H1.HeaderClassName
{
color: #5FFFBE;
}
.AnyTagClassName
{
color: #5FFFBE;
}
</style>
background-color css
<style>
a { background-color: #5FFFBE; }
a { background-color: rgb(95,255,190); }
div.DivClassName
{
background-color: #5FFFBE;
}
.BgClassName
{
background-color: #5FFFBE;
}
</style>
border-color css
<style>
span { border-color: #5FFFBE; }
span { border-color: rgb(95,255,190); }
td.TdClassName
{
border-color: #5FFFBE;
}
.TagClassName
{
border-color: #5FFFBE;
}
</style>