#54D08A

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

Shades of Emerald #54D08A

Tints of Emerald #54D08A

Color information

#54D08A (or 0x54D08A) is unknown color: approx Emerald. HEX triplet: 54, D0 and 8A. RGB value is (84,208,138). Sum of RGB (Red+Green+Blue) = 84+208+138=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #54D08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D08A is #AB2F75. Grayscale: #A3A3A3. Windows color (decimal): -11218806 or 9097300. OLE color: 9097300.

HSL color Cylindrical-coordinate representation of color #54D08A: hue angle of 146.13º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D08A is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB84208138-
CMYK0.6000.340.18
HSL146.13º56.88%57.25%-
HSV(B)146.13º59.62%81.57%-
XYZ30.848.8331.85-
YUV162.94113.9271.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 208 (81.64% from 255) = 48.37%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=19.53%
G=48.37%
B=32.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal842081380.6000.340.18146.1356.8857.25
Hex54D08A3C02212923939
Octal12432021274042222227171
Binary1010100110100001000101011110001000101001010010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,208,138); }

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

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

 a { background-color: rgb(84,208,138); }

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

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

 span { border-color: rgb(84,208,138); }

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