Shades of Aquamarine #5DFDBB
Tints of Aquamarine #5DFDBB
RGB
CMYK
RGB Variations
Color information
#5DFDBB (or 0x5DFDBB) is known color: Aquamarine. HEX triplet: 5D, FD and BB. RGB value is (93,253,187). Sum of RGB (Red+Green+Blue) = 93+253+187=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDBB is #A20244. Grayscale: #C5C5C5. Windows color (decimal): -10617413 or 12320093. OLE color: 12320093.
HSL color Cylindrical-coordinate representation of color #5DFDBB: hue angle of 155.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFDBB is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 187 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.01 |
| HSL | 155.25º | 0.98% | 0.68% | - |
| HSV(B) | 155.25º | 0.63% | 0.99% | - |
| XYZ | 48.61 | 76.17 | 59.15 | - |
| YUV | 197.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 187 | 0.63 | 0 | 0.26 | 0.01 | 155.25 | 0.98 | 0.68 |
| Hex | 5D | FD | BB | 3F | 0 | 1A | 1 | 9B | 62 | 44 |
| Octal | 135 | 375 | 273 | 77 | 0 | 32 | 1 | 233 | 142 | 104 |
| Binary | 1011101 | 11111101 | 10111011 | 111111 | 0 | 11010 | 1 | 10011011 | 1100010 | 1000100 |
Color Harmonies of #5DFDBB
Complementary color
Monochromatic Colors of #5DFDBB
Black with #5DFDBB
Text Example
Text Example
White with #5DFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDBB; }
p { color: rgb(93,253,187); }
H1.HeaderClassName
{
color: #5DFDBB;
}
.AnyTagClassName
{
color: #5DFDBB;
}
</style>
background-color css
<style>
a { background-color: #5DFDBB; }
a { background-color: rgb(93,253,187); }
div.DivClassName
{
background-color: #5DFDBB;
}
.BgClassName
{
background-color: #5DFDBB;
}
</style>
border-color css
<style>
span { border-color: #5DFDBB; }
span { border-color: rgb(93,253,187); }
td.TdClassName
{
border-color: #5DFDBB;
}
.TagClassName
{
border-color: #5DFDBB;
}
</style>