Shades of Medium Aquamarine #58D5B6
Tints of Medium Aquamarine #58D5B6
RGB
CMYK
RGB Variations
Color information
#58D5B6 (or 0x58D5B6) is known color: Medium Aquamarine. HEX triplet: 58, D5 and B6. RGB value is (88,213,182). Sum of RGB (Red+Green+Blue) = 88+213+182=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D5B6 is #A72A49. Grayscale: #ACACAC. Windows color (decimal): -10955338 or 11982168. OLE color: 11982168.
HSL color Cylindrical-coordinate representation of color #58D5B6: hue angle of 165.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D5B6 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 182 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.16 |
| HSL | 165.12º | 0.6% | 0.59% | - |
| HSV(B) | 165.12º | 0.59% | 0.84% | - |
| XYZ | 36.26 | 53.04 | 52.58 | - |
| YUV | 172.09 | 133.59 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 182 | 0.59 | 0 | 0.15 | 0.16 | 165.12 | 0.6 | 0.59 |
| Hex | 58 | D5 | B6 | 3B | 0 | F | 10 | A5 | 3C | 3B |
| Octal | 130 | 325 | 266 | 73 | 0 | 17 | 20 | 245 | 74 | 73 |
| Binary | 1011000 | 11010101 | 10110110 | 111011 | 0 | 1111 | 10000 | 10100101 | 111100 | 111011 |
Color Harmonies of #58D5B6
Complementary color
Monochromatic Colors of #58D5B6
Black with #58D5B6
Text Example
Text Example
White with #58D5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D5B6; }
p { color: rgb(88,213,182); }
H1.HeaderClassName
{
color: #58D5B6;
}
.AnyTagClassName
{
color: #58D5B6;
}
</style>
background-color css
<style>
a { background-color: #58D5B6; }
a { background-color: rgb(88,213,182); }
div.DivClassName
{
background-color: #58D5B6;
}
.BgClassName
{
background-color: #58D5B6;
}
</style>
border-color css
<style>
span { border-color: #58D5B6; }
span { border-color: rgb(88,213,182); }
td.TdClassName
{
border-color: #58D5B6;
}
.TagClassName
{
border-color: #58D5B6;
}
</style>