Shades of Aquamarine #5DFBC0
Tints of Aquamarine #5DFBC0
RGB
CMYK
RGB Variations
Color information
#5DFBC0 (or 0x5DFBC0) is known color: Aquamarine. HEX triplet: 5D, FB and C0. RGB value is (93,251,192). Sum of RGB (Red+Green+Blue) = 93+251+192=536 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.35% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBC0 is #A2043F. Grayscale: #C5C5C5. Windows color (decimal): -10617920 or 12647261. OLE color: 12647261.
HSL color Cylindrical-coordinate representation of color #5DFBC0: hue angle of 157.59º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBC0 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 192 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.02 |
| HSL | 157.59º | 0.95% | 0.67% | - |
| HSV(B) | 157.59º | 0.63% | 0.98% | - |
| XYZ | 48.53 | 75.13 | 61.81 | - |
| YUV | 197.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 192 | 0.63 | 0 | 0.24 | 0.02 | 157.59 | 0.95 | 0.67 |
| Hex | 5D | FB | C0 | 3F | 0 | 18 | 2 | 9E | 5F | 43 |
| Octal | 135 | 373 | 300 | 77 | 0 | 30 | 2 | 236 | 137 | 103 |
| Binary | 1011101 | 11111011 | 11000000 | 111111 | 0 | 11000 | 10 | 10011110 | 1011111 | 1000011 |
Color Harmonies of #5DFBC0
Complementary color
Monochromatic Colors of #5DFBC0
Black with #5DFBC0
Text Example
Text Example
White with #5DFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFBC0; }
p { color: rgb(93,251,192); }
H1.HeaderClassName
{
color: #5DFBC0;
}
.AnyTagClassName
{
color: #5DFBC0;
}
</style>
background-color css
<style>
a { background-color: #5DFBC0; }
a { background-color: rgb(93,251,192); }
div.DivClassName
{
background-color: #5DFBC0;
}
.BgClassName
{
background-color: #5DFBC0;
}
</style>
border-color css
<style>
span { border-color: #5DFBC0; }
span { border-color: rgb(93,251,192); }
td.TdClassName
{
border-color: #5DFBC0;
}
.TagClassName
{
border-color: #5DFBC0;
}
</style>