Shades of Medium Aquamarine #58CB9B
Tints of Medium Aquamarine #58CB9B
RGB
CMYK
RGB Variations
Color information
#58CB9B (or 0x58CB9B) is known color: Medium Aquamarine. HEX triplet: 58, CB and 9B. RGB value is (88,203,155). Sum of RGB (Red+Green+Blue) = 88+203+155=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CB9B is #A73464. Grayscale: #A3A3A3. Windows color (decimal): -10957925 or 10210136. OLE color: 10210136.
HSL color Cylindrical-coordinate representation of color #58CB9B: hue angle of 154.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CB9B is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 155 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.20 |
| HSL | 154.96º | 0.53% | 0.57% | - |
| HSV(B) | 154.96º | 0.57% | 0.8% | - |
| XYZ | 31.3 | 47.15 | 38.46 | - |
| YUV | 163.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 155 | 0.57 | 0 | 0.24 | 0.20 | 154.96 | 0.53 | 0.57 |
| Hex | 58 | CB | 9B | 39 | 0 | 18 | 14 | 9B | 35 | 39 |
| Octal | 130 | 313 | 233 | 71 | 0 | 30 | 24 | 233 | 65 | 71 |
| Binary | 1011000 | 11001011 | 10011011 | 111001 | 0 | 11000 | 10100 | 10011011 | 110101 | 111001 |
Color Harmonies of #58CB9B
Complementary color
Monochromatic Colors of #58CB9B
Black with #58CB9B
Text Example
Text Example
White with #58CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB9B; }
p { color: rgb(88,203,155); }
H1.HeaderClassName
{
color: #58CB9B;
}
.AnyTagClassName
{
color: #58CB9B;
}
</style>
background-color css
<style>
a { background-color: #58CB9B; }
a { background-color: rgb(88,203,155); }
div.DivClassName
{
background-color: #58CB9B;
}
.BgClassName
{
background-color: #58CB9B;
}
</style>
border-color css
<style>
span { border-color: #58CB9B; }
span { border-color: rgb(88,203,155); }
td.TdClassName
{
border-color: #58CB9B;
}
.TagClassName
{
border-color: #58CB9B;
}
</style>