Shades of Aquamarine #5DFEBB
Tints of Aquamarine #5DFEBB
RGB
CMYK
RGB Variations
Color information
#5DFEBB (or 0x5DFEBB) is known color: Aquamarine. HEX triplet: 5D, FE and BB. RGB value is (93,254,187). Sum of RGB (Red+Green+Blue) = 93+254+187=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEBB is #A20144. Grayscale: #C6C6C6. Windows color (decimal): -10617157 or 12320349. OLE color: 12320349.
HSL color Cylindrical-coordinate representation of color #5DFEBB: hue angle of 155.03º 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 #5DFEBB is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 187 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.00 |
| HSL | 155.03º | 0.99% | 0.68% | - |
| HSV(B) | 155.03º | 0.63% | 1% | - |
| XYZ | 48.93 | 76.8 | 59.26 | - |
| YUV | 198.22 | 121.66 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 187 | 0.63 | 0 | 0.26 | 0.00 | 155.03 | 0.99 | 0.68 |
| Hex | 5D | FE | BB | 3F | 0 | 1A | 0 | 9B | 63 | 44 |
| Octal | 135 | 376 | 273 | 77 | 0 | 32 | 0 | 233 | 143 | 104 |
| Binary | 1011101 | 11111110 | 10111011 | 111111 | 0 | 11010 | 0 | 10011011 | 1100011 | 1000100 |
Color Harmonies of #5DFEBB
Complementary color
Monochromatic Colors of #5DFEBB
Black with #5DFEBB
Text Example
Text Example
White with #5DFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEBB; }
p { color: rgb(93,254,187); }
H1.HeaderClassName
{
color: #5DFEBB;
}
.AnyTagClassName
{
color: #5DFEBB;
}
</style>
background-color css
<style>
a { background-color: #5DFEBB; }
a { background-color: rgb(93,254,187); }
div.DivClassName
{
background-color: #5DFEBB;
}
.BgClassName
{
background-color: #5DFEBB;
}
</style>
border-color css
<style>
span { border-color: #5DFEBB; }
span { border-color: rgb(93,254,187); }
td.TdClassName
{
border-color: #5DFEBB;
}
.TagClassName
{
border-color: #5DFEBB;
}
</style>