Shades of Medium Aquamarine #58CFB5
Tints of Medium Aquamarine #58CFB5
RGB
CMYK
RGB Variations
Color information
#58CFB5 (or 0x58CFB5) is known color: Medium Aquamarine. HEX triplet: 58, CF and B5. RGB value is (88,207,181). Sum of RGB (Red+Green+Blue) = 88+207+181=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFB5 is #A7304A. Grayscale: #A8A8A8. Windows color (decimal): -10956875 or 11915096. OLE color: 11915096.
HSL color Cylindrical-coordinate representation of color #58CFB5: hue angle of 166.89º 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 #58CFB5 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 181 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.19 |
| HSL | 166.89º | 0.55% | 0.58% | - |
| HSV(B) | 166.89º | 0.57% | 0.81% | - |
| XYZ | 34.68 | 50.04 | 51.55 | - |
| YUV | 168.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 181 | 0.57 | 0 | 0.13 | 0.19 | 166.89 | 0.55 | 0.58 |
| Hex | 58 | CF | B5 | 39 | 0 | D | 13 | A7 | 37 | 3A |
| Octal | 130 | 317 | 265 | 71 | 0 | 15 | 23 | 247 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10110101 | 111001 | 0 | 1101 | 10011 | 10100111 | 110111 | 111010 |
Color Harmonies of #58CFB5
Complementary color
Monochromatic Colors of #58CFB5
Black with #58CFB5
Text Example
Text Example
White with #58CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFB5; }
p { color: rgb(88,207,181); }
H1.HeaderClassName
{
color: #58CFB5;
}
.AnyTagClassName
{
color: #58CFB5;
}
</style>
background-color css
<style>
a { background-color: #58CFB5; }
a { background-color: rgb(88,207,181); }
div.DivClassName
{
background-color: #58CFB5;
}
.BgClassName
{
background-color: #58CFB5;
}
</style>
border-color css
<style>
span { border-color: #58CFB5; }
span { border-color: rgb(88,207,181); }
td.TdClassName
{
border-color: #58CFB5;
}
.TagClassName
{
border-color: #58CFB5;
}
</style>