#54C07A

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

Shades of Emerald #54C07A

Tints of Emerald #54C07A

Color information

#54C07A (or 0x54C07A) is unknown color: approx Emerald. HEX triplet: 54, C0 and 7A. RGB value is (84,192,122). Sum of RGB (Red+Green+Blue) = 84+192+122=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #54C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C07A is #AB3F85. Grayscale: #979797. Windows color (decimal): -11222918 or 8044628. OLE color: 8044628.

HSL color Cylindrical-coordinate representation of color #54C07A: hue angle of 141.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C07A is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB84192122-
CMYK0.5600.360.25
HSL141.11º46.15%54.12%-
HSV(B)141.11º56.25%75.29%-
XYZ26.0240.9924.95-
YUV151.73111.2279.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 192 (75.39% from 255) = 48.24%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=21.11%
G=48.24%
B=30.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841921220.5600.360.25141.1146.1554.12
Hex54C07A38024198d2e36
Octal12430017270044312155666
Binary101010011000000111101011100001001001100110001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,192,122); }

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

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

 a { background-color: rgb(84,192,122); }

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

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

 span { border-color: rgb(84,192,122); }

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