Html Css Color HEX #5AB880 Emerald

📋 copy color: '#5AB880'

red 90 ◦ green 184 ◦ blue 128

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

Shades of Emerald #5AB880

Tints of Emerald #5AB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.77%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 22.39%
G = 45.77%
B = 31.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#5AB880 (or 0x5AB880) is known color: Emerald. HEX triplet: 5A, B8 and 80. RGB value is (90,184,128). Sum of RGB (Red+Green+Blue) = 90+184+128=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB880 is #A5477F. Grayscale: #959595. Windows color (decimal): -10831744 or 8435802. OLE color: 8435802.

HSL color Cylindrical-coordinate representation of color #5AB880: hue angle of 144.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB880 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 90 184 128 -
CMYK 0.51 0 0.30 0.28
HSL 144.26º 0.4% 0.54% -
HSV(B) 144.26º 0.51% 0.72% -
XYZ 25.25 38.01 26.43 -
YUV 149.51 115.86 85.55 -
System Red Green Blue C M Y K H S L
Decimal 90 184 128 0.51 0 0.30 0.28 144.26 0.4 0.54
Hex 5A B8 80 33 0 1E 1C 90 28 36
Octal 132 270 200 63 0 36 34 220 50 66
Binary 1011010 10111000 10000000 110011 0 11110 11100 10010000 101000 110110

Color Harmonies of #5AB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB880

Black with #5AB880

Text Example


Text Example

White with #5AB880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,184,128); }

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

background-color css

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

 a { background-color: rgb(90,184,128); }

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

border-color css

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

 span { border-color: rgb(90,184,128); }

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