Shades of Medium Aquamarine #58C9B6
Tints of Medium Aquamarine #58C9B6
RGB
CMYK
RGB Variations
Color information
#58C9B6 (or 0x58C9B6) is known color: Medium Aquamarine. HEX triplet: 58, C9 and B6. RGB value is (88,201,182). Sum of RGB (Red+Green+Blue) = 88+201+182=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #58C9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C9B6 is #A73649. Grayscale: #A5A5A5. Windows color (decimal): -10958410 or 11979096. OLE color: 11979096.
HSL color Cylindrical-coordinate representation of color #58C9B6: hue angle of 169.91º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C9B6 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 182 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.21 |
| HSL | 169.91º | 0.51% | 0.57% | - |
| HSV(B) | 169.91º | 0.56% | 0.79% | - |
| XYZ | 33.35 | 47.23 | 51.61 | - |
| YUV | 165.05 | 137.56 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 182 | 0.56 | 0 | 0.09 | 0.21 | 169.91 | 0.51 | 0.57 |
| Hex | 58 | C9 | B6 | 38 | 0 | 9 | 15 | AA | 33 | 39 |
| Octal | 130 | 311 | 266 | 70 | 0 | 11 | 25 | 252 | 63 | 71 |
| Binary | 1011000 | 11001001 | 10110110 | 111000 | 0 | 1001 | 10101 | 10101010 | 110011 | 111001 |
Color Harmonies of #58C9B6
Complementary color
Monochromatic Colors of #58C9B6
Black with #58C9B6
Text Example
Text Example
White with #58C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C9B6; }
p { color: rgb(88,201,182); }
H1.HeaderClassName
{
color: #58C9B6;
}
.AnyTagClassName
{
color: #58C9B6;
}
</style>
background-color css
<style>
a { background-color: #58C9B6; }
a { background-color: rgb(88,201,182); }
div.DivClassName
{
background-color: #58C9B6;
}
.BgClassName
{
background-color: #58C9B6;
}
</style>
border-color css
<style>
span { border-color: #58C9B6; }
span { border-color: rgb(88,201,182); }
td.TdClassName
{
border-color: #58C9B6;
}
.TagClassName
{
border-color: #58C9B6;
}
</style>