#5AB875

Color #5AB875 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5AB875

Tints of Emerald #5AB875

Color information

#5AB875 (or 0x5AB875) is unknown color: approx Emerald. HEX triplet: 5A, B8 and 75. RGB value is (90,184,117). Sum of RGB (Red+Green+Blue) = 90+184+117=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB875 is #A5478A. Grayscale: #949494. Windows color (decimal): -10831755 or 7714906. OLE color: 7714906.

HSL color Cylindrical-coordinate representation of color #5AB875: hue angle of 137.23º 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 #5AB875 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB90184117-
CMYK0.5100.360.28
HSL137.23º39.83%53.73%-
HSV(B)137.23º51.09%72.16%-
XYZ24.5737.7422.82-
YUV148.26110.3686.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.02%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=23.02%
G=47.06%
B=29.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901841170.5100.360.28137.2339.8353.73
Hex5AB875330241C892836
Octal13227016563044342115066
Binary101101010111000111010111001101001001110010001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AB875;
 }
 .AnyTagClassName
 {
   color: #5AB875;
 }
</style>
background-color css

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

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

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

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

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

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