Shades of Aquamarine #59FCCB
Tints of Aquamarine #59FCCB
RGB
CMYK
RGB Variations
Color information
#59FCCB (or 0x59FCCB) is known color: Aquamarine. HEX triplet: 59, FC and CB. RGB value is (89,252,203). Sum of RGB (Red+Green+Blue) = 89+252+203=544 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.36% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FCCB is #A60334. Grayscale: #C5C5C5. Windows color (decimal): -10879797 or 13368409. OLE color: 13368409.
HSL color Cylindrical-coordinate representation of color #59FCCB: hue angle of 161.96º 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 #59FCCB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 252 | 203 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.01 |
| HSL | 161.96º | 0.96% | 0.67% | - |
| HSV(B) | 161.96º | 0.65% | 0.99% | - |
| XYZ | 49.71 | 76.06 | 68.56 | - |
| YUV | 197.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 252 | 203 | 0.65 | 0 | 0.19 | 0.01 | 161.96 | 0.96 | 0.67 |
| Hex | 59 | FC | CB | 41 | 0 | 13 | 1 | A2 | 60 | 43 |
| Octal | 131 | 374 | 313 | 101 | 0 | 23 | 1 | 242 | 140 | 103 |
| Binary | 1011001 | 11111100 | 11001011 | 1000001 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000011 |
Color Harmonies of #59FCCB
Complementary color
Monochromatic Colors of #59FCCB
Black with #59FCCB
Text Example
Text Example
White with #59FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FCCB; }
p { color: rgb(89,252,203); }
H1.HeaderClassName
{
color: #59FCCB;
}
.AnyTagClassName
{
color: #59FCCB;
}
</style>
background-color css
<style>
a { background-color: #59FCCB; }
a { background-color: rgb(89,252,203); }
div.DivClassName
{
background-color: #59FCCB;
}
.BgClassName
{
background-color: #59FCCB;
}
</style>
border-color css
<style>
span { border-color: #59FCCB; }
span { border-color: rgb(89,252,203); }
td.TdClassName
{
border-color: #59FCCB;
}
.TagClassName
{
border-color: #59FCCB;
}
</style>