#59F8BA

Color #59F8BA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #59F8BA

Tints of Aquamarine #59F8BA

Color information

#59F8BA (or 0x59F8BA) is unknown color: approx Aquamarine. HEX triplet: 59, F8 and BA. RGB value is (89,248,186). Sum of RGB (Red+Green+Blue) = 89+248+186=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #59F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F8BA is #A60745. Grayscale: #C1C1C1. Windows color (decimal): -10880838 or 12253273. OLE color: 12253273.

HSL color Cylindrical-coordinate representation of color #59F8BA: hue angle of 156.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F8BA is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB89248186-
CMYK0.6400.250.03
HSL156.6º91.91%66.08%-
HSV(B)156.6º64.11%97.25%-
XYZ46.5572.858.05-
YUV193.39123.8253.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 17.02%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=17.02%
G=47.42%
B=35.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal892481860.6400.250.03156.691.9166.08
Hex59F8BA4001939d5c42
Octal1313702721000313235134102
Binary101100111111000101110101000000011001111001110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59F8BA; }

 p { color: rgb(89,248,186); }

 H1.HeaderClassName
 {
   color: #59F8BA;
 }
 .AnyTagClassName
 {
   color: #59F8BA;
 }
</style>
background-color css

<style>
 a { background-color: #59F8BA; }

 a { background-color: rgb(89,248,186); }

 div.DivClassName
 {
   background-color: #59F8BA;
 }
 .BgClassName
 {
   background-color: #59F8BA;
 }
</style>
border-color css

<style>
 span { border-color: #59F8BA; }

 span { border-color: rgb(89,248,186); }

 td.TdClassName
 {
   border-color: #59F8BA;
 }
 .TagClassName
 {
   border-color: #59F8BA;
 }
</style>