Shades of Aquamarine #58FCCC
Tints of Aquamarine #58FCCC
RGB
CMYK
RGB Variations
Color information
#58FCCC (or 0x58FCCC) is known color: Aquamarine. HEX triplet: 58, FC and CC. RGB value is (88,252,204). Sum of RGB (Red+Green+Blue) = 88+252+204=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCCC is #A70333. Grayscale: #C5C5C5. Windows color (decimal): -10945332 or 13433944. OLE color: 13433944.
HSL color Cylindrical-coordinate representation of color #58FCCC: hue angle of 162.44º 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 #58FCCC is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 252 | 204 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.01 |
| HSL | 162.44º | 0.96% | 0.67% | - |
| HSV(B) | 162.44º | 0.65% | 0.99% | - |
| XYZ | 49.73 | 76.06 | 69.19 | - |
| YUV | 197.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 252 | 204 | 0.65 | 0 | 0.19 | 0.01 | 162.44 | 0.96 | 0.67 |
| Hex | 58 | FC | CC | 41 | 0 | 13 | 1 | A2 | 60 | 43 |
| Octal | 130 | 374 | 314 | 101 | 0 | 23 | 1 | 242 | 140 | 103 |
| Binary | 1011000 | 11111100 | 11001100 | 1000001 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000011 |
Color Harmonies of #58FCCC
Complementary color
Monochromatic Colors of #58FCCC
Black with #58FCCC
Text Example
Text Example
White with #58FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FCCC; }
p { color: rgb(88,252,204); }
H1.HeaderClassName
{
color: #58FCCC;
}
.AnyTagClassName
{
color: #58FCCC;
}
</style>
background-color css
<style>
a { background-color: #58FCCC; }
a { background-color: rgb(88,252,204); }
div.DivClassName
{
background-color: #58FCCC;
}
.BgClassName
{
background-color: #58FCCC;
}
</style>
border-color css
<style>
span { border-color: #58FCCC; }
span { border-color: rgb(88,252,204); }
td.TdClassName
{
border-color: #58FCCC;
}
.TagClassName
{
border-color: #58FCCC;
}
</style>