Html Css Color HEX #5ABE7C Emerald

📋 copy color: '#5ABE7C'

red 90 ◦ green 190 ◦ blue 124

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

Shades of Emerald #5ABE7C

Tints of Emerald #5ABE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 22.28%
G = 47.03%
B = 30.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#5ABE7C (or 0x5ABE7C) is known color: Emerald. HEX triplet: 5A, BE and 7C. RGB value is (90,190,124). Sum of RGB (Red+Green+Blue) = 90+190+124=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE7C is #A54183. Grayscale: #989898. Windows color (decimal): -10830212 or 8175194. OLE color: 8175194.

HSL color Cylindrical-coordinate representation of color #5ABE7C: hue angle of 140.4º 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 #5ABE7C is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 190 124 -
CMYK 0.53 0 0.35 0.25
HSL 140.4º 0.43% 0.55% -
HSV(B) 140.4º 0.53% 0.75% -
XYZ 26.27 40.46 25.49 -
YUV 152.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 90 190 124 0.53 0 0.35 0.25 140.4 0.43 0.55
Hex 5A BE 7C 35 0 23 19 8C 2B 37
Octal 132 276 174 65 0 43 31 214 53 67
Binary 1011010 10111110 1111100 110101 0 100011 11001 10001100 101011 110111

Color Harmonies of #5ABE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABE7C

Black with #5ABE7C

Text Example


Text Example

White with #5ABE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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