Shades of Aquamarine #5DFEB5
Tints of Aquamarine #5DFEB5
RGB
CMYK
RGB Variations
Color information
#5DFEB5 (or 0x5DFEB5) is known color: Aquamarine. HEX triplet: 5D, FE and B5. RGB value is (93,254,181). Sum of RGB (Red+Green+Blue) = 93+254+181=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEB5 is #A2014A. Grayscale: #C5C5C5. Windows color (decimal): -10617163 or 11927133. OLE color: 11927133.
HSL color Cylindrical-coordinate representation of color #5DFEB5: hue angle of 152.8º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFEB5 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 181 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.00 |
| HSL | 152.8º | 0.99% | 0.68% | - |
| HSV(B) | 152.8º | 0.63% | 1% | - |
| XYZ | 48.3 | 76.55 | 55.95 | - |
| YUV | 197.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 181 | 0.63 | 0 | 0.29 | 0.00 | 152.8 | 0.99 | 0.68 |
| Hex | 5D | FE | B5 | 3F | 0 | 1D | 0 | 99 | 63 | 44 |
| Octal | 135 | 376 | 265 | 77 | 0 | 35 | 0 | 231 | 143 | 104 |
| Binary | 1011101 | 11111110 | 10110101 | 111111 | 0 | 11101 | 0 | 10011001 | 1100011 | 1000100 |
Color Harmonies of #5DFEB5
Complementary color
Monochromatic Colors of #5DFEB5
Black with #5DFEB5
Text Example
Text Example
White with #5DFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEB5; }
p { color: rgb(93,254,181); }
H1.HeaderClassName
{
color: #5DFEB5;
}
.AnyTagClassName
{
color: #5DFEB5;
}
</style>
background-color css
<style>
a { background-color: #5DFEB5; }
a { background-color: rgb(93,254,181); }
div.DivClassName
{
background-color: #5DFEB5;
}
.BgClassName
{
background-color: #5DFEB5;
}
</style>
border-color css
<style>
span { border-color: #5DFEB5; }
span { border-color: rgb(93,254,181); }
td.TdClassName
{
border-color: #5DFEB5;
}
.TagClassName
{
border-color: #5DFEB5;
}
</style>