Html Css Color HEX #5ABF7E Emerald

📋 copy color: '#5ABF7E'

red 90 ◦ green 191 ◦ blue 126

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

Shades of Emerald #5ABF7E

Tints of Emerald #5ABF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

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

R = 22.11%
G = 46.93%
B = 30.96%

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

#5ABF7E (or 0x5ABF7E) is known color: Emerald. HEX triplet: 5A, BF and 7E. RGB value is (90,191,126). Sum of RGB (Red+Green+Blue) = 90+191+126=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF7E is #A54081. Grayscale: #999999. Windows color (decimal): -10829954 or 8306522. OLE color: 8306522.

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

Color convert

RGB 90 191 126 -
CMYK 0.53 0 0.34 0.25
HSL 141.39º 0.44% 0.55% -
HSV(B) 141.39º 0.53% 0.75% -
XYZ 26.61 40.94 26.24 -
YUV 153.39 112.54 82.79 -
System Red Green Blue C M Y K H S L
Decimal 90 191 126 0.53 0 0.34 0.25 141.39 0.44 0.55
Hex 5A BF 7E 35 0 22 19 8D 2C 37
Octal 132 277 176 65 0 42 31 215 54 67
Binary 1011010 10111111 1111110 110101 0 100010 11001 10001101 101100 110111

Color Harmonies of #5ABF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF7E

Black with #5ABF7E

Text Example


Text Example

White with #5ABF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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