#54BB7A

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

Shades of Emerald #54BB7A

Tints of Emerald #54BB7A

Color information

#54BB7A (or 0x54BB7A) is unknown color: approx Emerald. HEX triplet: 54, BB and 7A. RGB value is (84,187,122). Sum of RGB (Red+Green+Blue) = 84+187+122=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #54BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BB7A is #AB4485. Grayscale: #949494. Windows color (decimal): -11224198 or 8043348. OLE color: 8043348.

HSL color Cylindrical-coordinate representation of color #54BB7A: hue angle of 142.14º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BB7A is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB84187122-
CMYK0.5500.350.27
HSL142.14º43.1%53.14%-
HSV(B)142.14º55.08%73.33%-
XYZ24.9438.8324.59-
YUV148.79112.8881.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.37%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=21.37%
G=47.58%
B=31.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841871220.5500.350.27142.1443.153.14
Hex54BB7A370231B8e2b35
Octal12427317267043332165365
Binary101010010111011111101011011101000111101110001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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