#5AC082

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

Shades of Emerald #5AC082

Tints of Emerald #5AC082

Color information

#5AC082 (or 0x5AC082) is unknown color: approx Emerald. HEX triplet: 5A, C0 and 82. RGB value is (90,192,130). Sum of RGB (Red+Green+Blue) = 90+192+130=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC082 is #A53F7D. Grayscale: #9A9A9A. Windows color (decimal): -10829694 or 8568922. OLE color: 8568922.

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

Color convert

RGB90192130-
CMYK0.5300.320.25
HSL143.53º44.74%55.29%-
HSV(B)143.53º53.12%75.29%-
XYZ27.141.4827.7-
YUV154.43114.2182.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.84%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=21.84%
G=46.60%
B=31.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921300.5300.320.25143.5344.7455.29
Hex5AC0823502019902d37
Octal13230020265040312205567
Binary1011010110000001000001011010101000001100110010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,130); }

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

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

 a { background-color: rgb(90,192,130); }

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

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

 span { border-color: rgb(90,192,130); }

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