Html Css Color HEX #59FAC2 Aquamarine

📋 copy color: '#59FAC2'

red 89 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #59FAC2

Tints of Aquamarine #59FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 16.7%
G = 46.9%
B = 36.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#59FAC2 (or 0x59FAC2) is known color: Aquamarine. HEX triplet: 59, FA and C2. RGB value is (89,250,194). Sum of RGB (Red+Green+Blue) = 89+250+194=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FAC2 is #A6053D. Grayscale: #C3C3C3. Windows color (decimal): -10880318 or 12778073. OLE color: 12778073.

HSL color Cylindrical-coordinate representation of color #59FAC2: hue angle of 159.13º 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 #59FAC2 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 250 194 -
CMYK 0.64 0 0.22 0.02
HSL 159.13º 0.94% 0.66% -
HSV(B) 159.13º 0.64% 0.98% -
XYZ 48.04 74.39 62.87 -
YUV 195.48 127.16 52.05 -
System Red Green Blue C M Y K H S L
Decimal 89 250 194 0.64 0 0.22 0.02 159.13 0.94 0.66
Hex 59 FA C2 40 0 16 2 9F 5E 42
Octal 131 372 302 100 0 26 2 237 136 102
Binary 1011001 11111010 11000010 1000000 0 10110 10 10011111 1011110 1000010

Color Harmonies of #59FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FAC2

Black with #59FAC2

Text Example


Text Example

White with #59FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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