Html Css Color HEX #5ABA7A Emerald

📋 copy color: '#5ABA7A'

red 90 ◦ green 186 ◦ blue 122

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

Shades of Emerald #5ABA7A

Tints of Emerald #5ABA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 22.61%
G = 46.73%
B = 30.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#5ABA7A (or 0x5ABA7A) is known color: Emerald. HEX triplet: 5A, BA and 7A. RGB value is (90,186,122). Sum of RGB (Red+Green+Blue) = 90+186+122=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABA7A is #A54585. Grayscale: #969696. Windows color (decimal): -10831238 or 8043098. OLE color: 8043098.

HSL color Cylindrical-coordinate representation of color #5ABA7A: hue angle of 140º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABA7A is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 122 -
CMYK 0.52 0 0.34 0.27
HSL 140º 0.41% 0.54% -
HSV(B) 140º 0.52% 0.73% -
XYZ 25.29 38.7 24.55 -
YUV 150 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 90 186 122 0.52 0 0.34 0.27 140 0.41 0.54
Hex 5A BA 7A 34 0 22 1B 8C 29 36
Octal 132 272 172 64 0 42 33 214 51 66
Binary 1011010 10111010 1111010 110100 0 100010 11011 10001100 101001 110110

Color Harmonies of #5ABA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABA7A

Black with #5ABA7A

Text Example


Text Example

White with #5ABA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,186,122); }

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

background-color css

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

 a { background-color: rgb(90,186,122); }

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

border-color css

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

 span { border-color: rgb(90,186,122); }

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