Shades of Aquamarine #5DFFB5
Tints of Aquamarine #5DFFB5
RGB
CMYK
RGB Variations
Color information
#5DFFB5 (or 0x5DFFB5) is known color: Aquamarine. HEX triplet: 5D, FF and B5. RGB value is (93,255,181). Sum of RGB (Red+Green+Blue) = 93+255+181=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFB5 is #A2004A. Grayscale: #C6C6C6. Windows color (decimal): -10616907 or 11927389. OLE color: 11927389.
HSL color Cylindrical-coordinate representation of color #5DFFB5: hue angle of 152.59º 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 #5DFFB5 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 181 | - |
| CMYK | 0.64 | 0 | 0.29 | 0 |
| HSL | 152.59º | 1% | 0.68% | - |
| HSV(B) | 152.59º | 0.64% | 1% | - |
| XYZ | 48.61 | 77.18 | 56.05 | - |
| YUV | 198.13 | 118.33 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 181 | 0.64 | 0 | 0.29 | 0 | 152.59 | 1 | 0.68 |
| Hex | 5D | FF | B5 | 40 | 0 | 1D | 0 | 99 | 64 | 44 |
| Octal | 135 | 377 | 265 | 100 | 0 | 35 | 0 | 231 | 144 | 104 |
| Binary | 1011101 | 11111111 | 10110101 | 1000000 | 0 | 11101 | 0 | 10011001 | 1100100 | 1000100 |
Color Harmonies of #5DFFB5
Complementary color
Monochromatic Colors of #5DFFB5
Black with #5DFFB5
Text Example
Text Example
White with #5DFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFB5; }
p { color: rgb(93,255,181); }
H1.HeaderClassName
{
color: #5DFFB5;
}
.AnyTagClassName
{
color: #5DFFB5;
}
</style>
background-color css
<style>
a { background-color: #5DFFB5; }
a { background-color: rgb(93,255,181); }
div.DivClassName
{
background-color: #5DFFB5;
}
.BgClassName
{
background-color: #5DFFB5;
}
</style>
border-color css
<style>
span { border-color: #5DFFB5; }
span { border-color: rgb(93,255,181); }
td.TdClassName
{
border-color: #5DFFB5;
}
.TagClassName
{
border-color: #5DFFB5;
}
</style>