Shades of Medium Aquamarine #58CDB3
Tints of Medium Aquamarine #58CDB3
RGB
CMYK
RGB Variations
Color information
#58CDB3 (or 0x58CDB3) is known color: Medium Aquamarine. HEX triplet: 58, CD and B3. RGB value is (88,205,179). Sum of RGB (Red+Green+Blue) = 88+205+179=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDB3 is #A7324C. Grayscale: #A7A7A7. Windows color (decimal): -10957389 or 11783512. OLE color: 11783512.
HSL color Cylindrical-coordinate representation of color #58CDB3: hue angle of 166.67º degrees, saturation: 0.54, 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 #58CDB3 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 179 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.20 |
| HSL | 166.67º | 0.54% | 0.57% | - |
| HSV(B) | 166.67º | 0.57% | 0.8% | - |
| XYZ | 33.99 | 48.99 | 50.31 | - |
| YUV | 167.05 | 134.74 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 179 | 0.57 | 0 | 0.13 | 0.20 | 166.67 | 0.54 | 0.57 |
| Hex | 58 | CD | B3 | 39 | 0 | D | 14 | A7 | 36 | 39 |
| Octal | 130 | 315 | 263 | 71 | 0 | 15 | 24 | 247 | 66 | 71 |
| Binary | 1011000 | 11001101 | 10110011 | 111001 | 0 | 1101 | 10100 | 10100111 | 110110 | 111001 |
Color Harmonies of #58CDB3
Complementary color
Monochromatic Colors of #58CDB3
Black with #58CDB3
Text Example
Text Example
White with #58CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDB3; }
p { color: rgb(88,205,179); }
H1.HeaderClassName
{
color: #58CDB3;
}
.AnyTagClassName
{
color: #58CDB3;
}
</style>
background-color css
<style>
a { background-color: #58CDB3; }
a { background-color: rgb(88,205,179); }
div.DivClassName
{
background-color: #58CDB3;
}
.BgClassName
{
background-color: #58CDB3;
}
</style>
border-color css
<style>
span { border-color: #58CDB3; }
span { border-color: rgb(88,205,179); }
td.TdClassName
{
border-color: #58CDB3;
}
.TagClassName
{
border-color: #58CDB3;
}
</style>