Html Css Color HEX #5ABE7E Emerald

📋 copy color: '#5ABE7E'

red 90 ◦ green 190 ◦ blue 126

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

Shades of Emerald #5ABE7E

Tints of Emerald #5ABE7E

RGB

 RED value IS 90 (35.55% from 255) = 22.17%

 GREEN value IS 190 (74.61% from 255) = 46.8%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 22.17%
G = 46.8%
B = 31.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#5ABE7E (or 0x5ABE7E) is known color: Emerald. HEX triplet: 5A, BE and 7E. RGB value is (90,190,126). Sum of RGB (Red+Green+Blue) = 90+190+126=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE7E is #A54181. Grayscale: #989898. Windows color (decimal): -10830210 or 8306266. OLE color: 8306266.

HSL color Cylindrical-coordinate representation of color #5ABE7E: hue angle of 141.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE7E is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 190 126 -
CMYK 0.53 0 0.34 0.25
HSL 141.6º 0.43% 0.55% -
HSV(B) 141.6º 0.53% 0.75% -
XYZ 26.4 40.51 26.17 -
YUV 152.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 90 190 126 0.53 0 0.34 0.25 141.6 0.43 0.55
Hex 5A BE 7E 35 0 22 19 8E 2B 37
Octal 132 276 176 65 0 42 31 216 53 67
Binary 1011010 10111110 1111110 110101 0 100010 11001 10001110 101011 110111

Color Harmonies of #5ABE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABE7E

Black with #5ABE7E

Text Example


Text Example

White with #5ABE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABE7E; }

 p { color: rgb(90,190,126); }

 H1.HeaderClassName
 {
   color: #5ABE7E;
 }
 .AnyTagClassName
 {
   color: #5ABE7E;
 }
</style>

background-color css

<style>
 a { background-color: #5ABE7E; }

 a { background-color: rgb(90,190,126); }

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

border-color css

<style>
 span { border-color: #5ABE7E; }

 span { border-color: rgb(90,190,126); }

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