Shades of Aquamarine #5FFDBD
Tints of Aquamarine #5FFDBD
RGB
CMYK
RGB Variations
Color information
#5FFDBD (or 0x5FFDBD) is known color: Aquamarine. HEX triplet: 5F, FD and BD. RGB value is (95,253,189). Sum of RGB (Red+Green+Blue) = 95+253+189=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDBD is #A00242. Grayscale: #C6C6C6. Windows color (decimal): -10486339 or 12451167. OLE color: 12451167.
HSL color Cylindrical-coordinate representation of color #5FFDBD: hue angle of 155.7º degrees, saturation: 0.98, 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 #5FFDBD is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 189 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.01 |
| HSL | 155.7º | 0.98% | 0.68% | - |
| HSV(B) | 155.7º | 0.62% | 0.99% | - |
| XYZ | 49.03 | 76.36 | 60.3 | - |
| YUV | 198.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 189 | 0.62 | 0 | 0.25 | 0.01 | 155.7 | 0.98 | 0.68 |
| Hex | 5F | FD | BD | 3E | 0 | 19 | 1 | 9C | 62 | 44 |
| Octal | 137 | 375 | 275 | 76 | 0 | 31 | 1 | 234 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10111101 | 111110 | 0 | 11001 | 1 | 10011100 | 1100010 | 1000100 |
Color Harmonies of #5FFDBD
Complementary color
Monochromatic Colors of #5FFDBD
Black with #5FFDBD
Text Example
Text Example
White with #5FFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDBD; }
p { color: rgb(95,253,189); }
H1.HeaderClassName
{
color: #5FFDBD;
}
.AnyTagClassName
{
color: #5FFDBD;
}
</style>
background-color css
<style>
a { background-color: #5FFDBD; }
a { background-color: rgb(95,253,189); }
div.DivClassName
{
background-color: #5FFDBD;
}
.BgClassName
{
background-color: #5FFDBD;
}
</style>
border-color css
<style>
span { border-color: #5FFDBD; }
span { border-color: rgb(95,253,189); }
td.TdClassName
{
border-color: #5FFDBD;
}
.TagClassName
{
border-color: #5FFDBD;
}
</style>