Shades of Aquamarine #5DFFBD
Tints of Aquamarine #5DFFBD
RGB
CMYK
RGB Variations
Color information
#5DFFBD (or 0x5DFFBD) is known color: Aquamarine. HEX triplet: 5D, FF and BD. RGB value is (93,255,189). Sum of RGB (Red+Green+Blue) = 93+255+189=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFBD is #A20042. Grayscale: #C7C7C7. Windows color (decimal): -10616899 or 12451677. OLE color: 12451677.
HSL color Cylindrical-coordinate representation of color #5DFFBD: hue angle of 155.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFBD is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 189 | - |
| CMYK | 0.64 | 0 | 0.26 | 0 |
| HSL | 155.56º | 1% | 0.68% | - |
| HSV(B) | 155.56º | 0.64% | 1% | - |
| XYZ | 49.46 | 77.52 | 60.5 | - |
| YUV | 199.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 189 | 0.64 | 0 | 0.26 | 0 | 155.56 | 1 | 0.68 |
| Hex | 5D | FF | BD | 40 | 0 | 1A | 0 | 9C | 64 | 44 |
| Octal | 135 | 377 | 275 | 100 | 0 | 32 | 0 | 234 | 144 | 104 |
| Binary | 1011101 | 11111111 | 10111101 | 1000000 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000100 |
Color Harmonies of #5DFFBD
Complementary color
Monochromatic Colors of #5DFFBD
Black with #5DFFBD
Text Example
Text Example
White with #5DFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFBD; }
p { color: rgb(93,255,189); }
H1.HeaderClassName
{
color: #5DFFBD;
}
.AnyTagClassName
{
color: #5DFFBD;
}
</style>
background-color css
<style>
a { background-color: #5DFFBD; }
a { background-color: rgb(93,255,189); }
div.DivClassName
{
background-color: #5DFFBD;
}
.BgClassName
{
background-color: #5DFFBD;
}
</style>
border-color css
<style>
span { border-color: #5DFFBD; }
span { border-color: rgb(93,255,189); }
td.TdClassName
{
border-color: #5DFFBD;
}
.TagClassName
{
border-color: #5DFFBD;
}
</style>