Shades of Aquamarine #58FFCD
Tints of Aquamarine #58FFCD
RGB
CMYK
RGB Variations
Color information
#58FFCD (or 0x58FFCD) is known color: Aquamarine. HEX triplet: 58, FF and CD. RGB value is (88,255,205). Sum of RGB (Red+Green+Blue) = 88+255+205=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFCD is #A70032. Grayscale: #C7C7C7. Windows color (decimal): -10944563 or 13500248. OLE color: 13500248.
HSL color Cylindrical-coordinate representation of color #58FFCD: hue angle of 162.04º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FFCD is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 205 | - |
| CMYK | 0.65 | 0 | 0.20 | 0 |
| HSL | 162.04º | 1% | 0.67% | - |
| HSV(B) | 162.04º | 0.65% | 1% | - |
| XYZ | 50.8 | 78 | 70.14 | - |
| YUV | 199.37 | 131.17 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 205 | 0.65 | 0 | 0.20 | 0 | 162.04 | 1 | 0.67 |
| Hex | 58 | FF | CD | 41 | 0 | 14 | 0 | A2 | 64 | 43 |
| Octal | 130 | 377 | 315 | 101 | 0 | 24 | 0 | 242 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11001101 | 1000001 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000011 |
Color Harmonies of #58FFCD
Complementary color
Monochromatic Colors of #58FFCD
Black with #58FFCD
Text Example
Text Example
White with #58FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFCD; }
p { color: rgb(88,255,205); }
H1.HeaderClassName
{
color: #58FFCD;
}
.AnyTagClassName
{
color: #58FFCD;
}
</style>
background-color css
<style>
a { background-color: #58FFCD; }
a { background-color: rgb(88,255,205); }
div.DivClassName
{
background-color: #58FFCD;
}
.BgClassName
{
background-color: #58FFCD;
}
</style>
border-color css
<style>
span { border-color: #58FFCD; }
span { border-color: rgb(88,255,205); }
td.TdClassName
{
border-color: #58FFCD;
}
.TagClassName
{
border-color: #58FFCD;
}
</style>