Html Css Color HEX #5ABD7B Emerald

📋 copy color: '#5ABD7B'

red 90 ◦ green 189 ◦ blue 123

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

Shades of Emerald #5ABD7B

Tints of Emerald #5ABD7B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 22.39%
G = 47.01%
B = 30.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#5ABD7B (or 0x5ABD7B) is known color: Emerald. HEX triplet: 5A, BD and 7B. RGB value is (90,189,123). Sum of RGB (Red+Green+Blue) = 90+189+123=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD7B is #A54284. Grayscale: #989898. Windows color (decimal): -10830469 or 8109402. OLE color: 8109402.

HSL color Cylindrical-coordinate representation of color #5ABD7B: hue angle of 140º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD7B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 123 -
CMYK 0.52 0 0.35 0.26
HSL 140º 0.43% 0.55% -
HSV(B) 140º 0.52% 0.74% -
XYZ 25.99 40 25.09 -
YUV 151.88 111.7 83.87 -
System Red Green Blue C M Y K H S L
Decimal 90 189 123 0.52 0 0.35 0.26 140 0.43 0.55
Hex 5A BD 7B 34 0 23 1A 8C 2B 37
Octal 132 275 173 64 0 43 32 214 53 67
Binary 1011010 10111101 1111011 110100 0 100011 11010 10001100 101011 110111

Color Harmonies of #5ABD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD7B

Black with #5ABD7B

Text Example


Text Example

White with #5ABD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,123); }

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

background-color css

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

 a { background-color: rgb(90,189,123); }

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

border-color css

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

 span { border-color: rgb(90,189,123); }

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