Shades of Aquamarine #58FCCD
Tints of Aquamarine #58FCCD
RGB
CMYK
RGB Variations
Color information
#58FCCD (or 0x58FCCD) is known color: Aquamarine. HEX triplet: 58, FC and CD. RGB value is (88,252,205). Sum of RGB (Red+Green+Blue) = 88+252+205=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCCD is #A70332. Grayscale: #C5C5C5. Windows color (decimal): -10945331 or 13499480. OLE color: 13499480.
HSL color Cylindrical-coordinate representation of color #58FCCD: hue angle of 162.8º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCCD is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 252 | 205 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.01 |
| HSL | 162.8º | 0.96% | 0.67% | - |
| HSV(B) | 162.8º | 0.65% | 0.99% | - |
| XYZ | 49.85 | 76.1 | 69.82 | - |
| YUV | 197.61 | 132.17 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 252 | 205 | 0.65 | 0 | 0.19 | 0.01 | 162.8 | 0.96 | 0.67 |
| Hex | 58 | FC | CD | 41 | 0 | 13 | 1 | A3 | 60 | 43 |
| Octal | 130 | 374 | 315 | 101 | 0 | 23 | 1 | 243 | 140 | 103 |
| Binary | 1011000 | 11111100 | 11001101 | 1000001 | 0 | 10011 | 1 | 10100011 | 1100000 | 1000011 |
Color Harmonies of #58FCCD
Complementary color
Monochromatic Colors of #58FCCD
Black with #58FCCD
Text Example
Text Example
White with #58FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FCCD; }
p { color: rgb(88,252,205); }
H1.HeaderClassName
{
color: #58FCCD;
}
.AnyTagClassName
{
color: #58FCCD;
}
</style>
background-color css
<style>
a { background-color: #58FCCD; }
a { background-color: rgb(88,252,205); }
div.DivClassName
{
background-color: #58FCCD;
}
.BgClassName
{
background-color: #58FCCD;
}
</style>
border-color css
<style>
span { border-color: #58FCCD; }
span { border-color: rgb(88,252,205); }
td.TdClassName
{
border-color: #58FCCD;
}
.TagClassName
{
border-color: #58FCCD;
}
</style>