Shades of Medium Aquamarine #58CCB5
Tints of Medium Aquamarine #58CCB5
RGB
CMYK
RGB Variations
Color information
#58CCB5 (or 0x58CCB5) is known color: Medium Aquamarine. HEX triplet: 58, CC and B5. RGB value is (88,204,181). Sum of RGB (Red+Green+Blue) = 88+204+181=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #58CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCB5 is #A7334A. Grayscale: #A6A6A6. Windows color (decimal): -10957643 or 11914328. OLE color: 11914328.
HSL color Cylindrical-coordinate representation of color #58CCB5: hue angle of 168.1º 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 #58CCB5 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 204 | 181 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.2 |
| HSL | 168.1º | 0.53% | 0.57% | - |
| HSV(B) | 168.1º | 0.57% | 0.8% | - |
| XYZ | 33.96 | 48.6 | 51.31 | - |
| YUV | 166.69 | 136.07 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 181 | 0.57 | 0 | 0.11 | 0.2 | 168.1 | 0.53 | 0.57 |
| Hex | 58 | CC | B5 | 39 | 0 | B | 14 | A8 | 35 | 39 |
| Octal | 130 | 314 | 265 | 71 | 0 | 13 | 24 | 250 | 65 | 71 |
| Binary | 1011000 | 11001100 | 10110101 | 111001 | 0 | 1011 | 10100 | 10101000 | 110101 | 111001 |
Color Harmonies of #58CCB5
Complementary color
Monochromatic Colors of #58CCB5
Black with #58CCB5
Text Example
Text Example
White with #58CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CCB5; }
p { color: rgb(88,204,181); }
H1.HeaderClassName
{
color: #58CCB5;
}
.AnyTagClassName
{
color: #58CCB5;
}
</style>
background-color css
<style>
a { background-color: #58CCB5; }
a { background-color: rgb(88,204,181); }
div.DivClassName
{
background-color: #58CCB5;
}
.BgClassName
{
background-color: #58CCB5;
}
</style>
border-color css
<style>
span { border-color: #58CCB5; }
span { border-color: rgb(88,204,181); }
td.TdClassName
{
border-color: #58CCB5;
}
.TagClassName
{
border-color: #58CCB5;
}
</style>