Html Css Color HEX #59FABA Aquamarine

📋 copy color: '#59FABA'

red 89 ◦ green 250 ◦ blue 186

#59FABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #59FABA

Tints of Aquamarine #59FABA

RGB

 RED value IS 89 (35.16% from 255) = 16.95%

 GREEN value IS 250 (98.05% from 255) = 47.62%

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 16.95%
G = 47.62%
B = 35.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#59FABA (or 0x59FABA) is known color: Aquamarine. HEX triplet: 59, FA and BA. RGB value is (89,250,186). Sum of RGB (Red+Green+Blue) = 89+250+186=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #59FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FABA is #A60545. Grayscale: #C2C2C2. Windows color (decimal): -10880326 or 12253785. OLE color: 12253785.

HSL color Cylindrical-coordinate representation of color #59FABA: hue angle of 156.15º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59FABA is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 250 186 -
CMYK 0.64 0 0.26 0.02
HSL 156.15º 0.94% 0.66% -
HSV(B) 156.15º 0.64% 0.98% -
XYZ 47.17 74.04 58.26 -
YUV 194.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 89 250 186 0.64 0 0.26 0.02 156.15 0.94 0.66
Hex 59 FA BA 40 0 1A 2 9C 5E 42
Octal 131 372 272 100 0 32 2 234 136 102
Binary 1011001 11111010 10111010 1000000 0 11010 10 10011100 1011110 1000010

Color Harmonies of #59FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FABA

Black with #59FABA

Text Example


Text Example

White with #59FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59FABA;
 }
 .AnyTagClassName
 {
   color: #59FABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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