Shades of Aquamarine #5FFFBD
Tints of Aquamarine #5FFFBD
RGB
CMYK
RGB Variations
Color information
#5FFFBD (or 0x5FFFBD) is known color: Aquamarine. HEX triplet: 5F, FF and BD. RGB value is (95,255,189). Sum of RGB (Red+Green+Blue) = 95+255+189=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFBD is #A00042. Grayscale: #C7C7C7. Windows color (decimal): -10485827 or 12451679. OLE color: 12451679.
HSL color Cylindrical-coordinate representation of color #5FFFBD: hue angle of 155.25º 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 #5FFFBD is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 189 | - |
| CMYK | 0.63 | 0 | 0.26 | 0 |
| HSL | 155.25º | 1% | 0.69% | - |
| HSV(B) | 155.25º | 0.63% | 1% | - |
| XYZ | 49.66 | 77.63 | 60.51 | - |
| YUV | 199.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 189 | 0.63 | 0 | 0.26 | 0 | 155.25 | 1 | 0.69 |
| Hex | 5F | FF | BD | 3F | 0 | 1A | 0 | 9B | 64 | 45 |
| Octal | 137 | 377 | 275 | 77 | 0 | 32 | 0 | 233 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10111101 | 111111 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000101 |
Color Harmonies of #5FFFBD
Complementary color
Monochromatic Colors of #5FFFBD
Black with #5FFFBD
Text Example
Text Example
White with #5FFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFBD; }
p { color: rgb(95,255,189); }
H1.HeaderClassName
{
color: #5FFFBD;
}
.AnyTagClassName
{
color: #5FFFBD;
}
</style>
background-color css
<style>
a { background-color: #5FFFBD; }
a { background-color: rgb(95,255,189); }
div.DivClassName
{
background-color: #5FFFBD;
}
.BgClassName
{
background-color: #5FFFBD;
}
</style>
border-color css
<style>
span { border-color: #5FFFBD; }
span { border-color: rgb(95,255,189); }
td.TdClassName
{
border-color: #5FFFBD;
}
.TagClassName
{
border-color: #5FFFBD;
}
</style>