Shades of Medium Aquamarine #58CDB2
Tints of Medium Aquamarine #58CDB2
RGB
CMYK
RGB Variations
Color information
#58CDB2 (or 0x58CDB2) is known color: Medium Aquamarine. HEX triplet: 58, CD and B2. RGB value is (88,205,178). Sum of RGB (Red+Green+Blue) = 88+205+178=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CDB2 is #A7324D. Grayscale: #A6A6A6. Windows color (decimal): -10957390 or 11717976. OLE color: 11717976.
HSL color Cylindrical-coordinate representation of color #58CDB2: hue angle of 166.15º 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 #58CDB2 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 178 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.20 |
| HSL | 166.15º | 0.54% | 0.57% | - |
| HSV(B) | 166.15º | 0.57% | 0.8% | - |
| XYZ | 33.89 | 48.95 | 49.78 | - |
| YUV | 166.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 178 | 0.57 | 0 | 0.13 | 0.20 | 166.15 | 0.54 | 0.57 |
| Hex | 58 | CD | B2 | 39 | 0 | D | 14 | A6 | 36 | 39 |
| Octal | 130 | 315 | 262 | 71 | 0 | 15 | 24 | 246 | 66 | 71 |
| Binary | 1011000 | 11001101 | 10110010 | 111001 | 0 | 1101 | 10100 | 10100110 | 110110 | 111001 |
Color Harmonies of #58CDB2
Complementary color
Monochromatic Colors of #58CDB2
Black with #58CDB2
Text Example
Text Example
White with #58CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDB2; }
p { color: rgb(88,205,178); }
H1.HeaderClassName
{
color: #58CDB2;
}
.AnyTagClassName
{
color: #58CDB2;
}
</style>
background-color css
<style>
a { background-color: #58CDB2; }
a { background-color: rgb(88,205,178); }
div.DivClassName
{
background-color: #58CDB2;
}
.BgClassName
{
background-color: #58CDB2;
}
</style>
border-color css
<style>
span { border-color: #58CDB2; }
span { border-color: rgb(88,205,178); }
td.TdClassName
{
border-color: #58CDB2;
}
.TagClassName
{
border-color: #58CDB2;
}
</style>