Shades of Medium Aquamarine #58D0AF
Tints of Medium Aquamarine #58D0AF
RGB
CMYK
RGB Variations
Color information
#58D0AF (or 0x58D0AF) is known color: Medium Aquamarine. HEX triplet: 58, D0 and AF. RGB value is (88,208,175). Sum of RGB (Red+Green+Blue) = 88+208+175=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #58D0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D0AF is #A72F50. Grayscale: #A8A8A8. Windows color (decimal): -10956625 or 11522136. OLE color: 11522136.
HSL color Cylindrical-coordinate representation of color #58D0AF: hue angle of 163.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D0AF is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 175 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.18 |
| HSL | 163.5º | 0.56% | 0.58% | - |
| HSV(B) | 163.5º | 0.58% | 0.82% | - |
| XYZ | 34.32 | 50.28 | 48.45 | - |
| YUV | 168.36 | 131.74 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 175 | 0.58 | 0 | 0.16 | 0.18 | 163.5 | 0.56 | 0.58 |
| Hex | 58 | D0 | AF | 3A | 0 | 10 | 12 | A4 | 38 | 3A |
| Octal | 130 | 320 | 257 | 72 | 0 | 20 | 22 | 244 | 70 | 72 |
| Binary | 1011000 | 11010000 | 10101111 | 111010 | 0 | 10000 | 10010 | 10100100 | 111000 | 111010 |
Color Harmonies of #58D0AF
Complementary color
Monochromatic Colors of #58D0AF
Black with #58D0AF
Text Example
Text Example
White with #58D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D0AF; }
p { color: rgb(88,208,175); }
H1.HeaderClassName
{
color: #58D0AF;
}
.AnyTagClassName
{
color: #58D0AF;
}
</style>
background-color css
<style>
a { background-color: #58D0AF; }
a { background-color: rgb(88,208,175); }
div.DivClassName
{
background-color: #58D0AF;
}
.BgClassName
{
background-color: #58D0AF;
}
</style>
border-color css
<style>
span { border-color: #58D0AF; }
span { border-color: rgb(88,208,175); }
td.TdClassName
{
border-color: #58D0AF;
}
.TagClassName
{
border-color: #58D0AF;
}
</style>