#54C182

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

Shades of Emerald #54C182

Tints of Emerald #54C182

Color information

#54C182 (or 0x54C182) is unknown color: approx Emerald. HEX triplet: 54, C1 and 82. RGB value is (84,193,130). Sum of RGB (Red+Green+Blue) = 84+193+130=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #54C182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C182 is #AB3E7D. Grayscale: #999999. Windows color (decimal): -11222654 or 8569172. OLE color: 8569172.

HSL color Cylindrical-coordinate representation of color #54C182: hue angle of 145.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C182 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB84193130-
CMYK0.5600.330.24
HSL145.32º46.78%54.31%-
HSV(B)145.32º56.48%75.69%-
XYZ26.7641.6427.75-
YUV153.23114.8978.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 193 (75.78% from 255) = 47.42%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=20.64%
G=47.42%
B=31.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841931300.5600.330.24145.3246.7854.31
Hex54C1823802118912f36
Octal12430120270041302215766
Binary1010100110000011000001011100001000011100010010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54C182; }

 p { color: rgb(84,193,130); }

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

<style>
 a { background-color: #54C182; }

 a { background-color: rgb(84,193,130); }

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

<style>
 span { border-color: #54C182; }

 span { border-color: rgb(84,193,130); }

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