Shades of Medium Aquamarine #58CFAF
Tints of Medium Aquamarine #58CFAF
RGB
CMYK
RGB Variations
Color information
#58CFAF (or 0x58CFAF) is known color: Medium Aquamarine. HEX triplet: 58, CF and AF. RGB value is (88,207,175). Sum of RGB (Red+Green+Blue) = 88+207+175=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFAF is #A73050. Grayscale: #A7A7A7. Windows color (decimal): -10956881 or 11521880. OLE color: 11521880.
HSL color Cylindrical-coordinate representation of color #58CFAF: hue angle of 163.87º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFAF is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 175 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.19 |
| HSL | 163.87º | 0.55% | 0.58% | - |
| HSV(B) | 163.87º | 0.57% | 0.81% | - |
| XYZ | 34.08 | 49.8 | 48.37 | - |
| YUV | 167.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 175 | 0.57 | 0 | 0.15 | 0.19 | 163.87 | 0.55 | 0.58 |
| Hex | 58 | CF | AF | 39 | 0 | F | 13 | A4 | 37 | 3A |
| Octal | 130 | 317 | 257 | 71 | 0 | 17 | 23 | 244 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10101111 | 111001 | 0 | 1111 | 10011 | 10100100 | 110111 | 111010 |
Color Harmonies of #58CFAF
Complementary color
Monochromatic Colors of #58CFAF
Black with #58CFAF
Text Example
Text Example
White with #58CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFAF; }
p { color: rgb(88,207,175); }
H1.HeaderClassName
{
color: #58CFAF;
}
.AnyTagClassName
{
color: #58CFAF;
}
</style>
background-color css
<style>
a { background-color: #58CFAF; }
a { background-color: rgb(88,207,175); }
div.DivClassName
{
background-color: #58CFAF;
}
.BgClassName
{
background-color: #58CFAF;
}
</style>
border-color css
<style>
span { border-color: #58CFAF; }
span { border-color: rgb(88,207,175); }
td.TdClassName
{
border-color: #58CFAF;
}
.TagClassName
{
border-color: #58CFAF;
}
</style>