Html Css Color HEX #54D08A Emerald

📋 copy color: '#54D08A'

red 84 ◦ green 208 ◦ blue 138

#54D08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #54D08A

Tints of Emerald #54D08A

RGB

 RED value IS 84 (33.2% from 255) = 19.53%

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 19.53%
G = 48.37%
B = 32.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#54D08A (or 0x54D08A) is known color: 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

RGB 84 208 138 -
CMYK 0.60 0 0.34 0.18
HSL 146.13º 0.57% 0.57% -
HSV(B) 146.13º 0.6% 0.82% -
XYZ 30.8 48.83 31.85 -
YUV 162.94 113.92 71.69 -
System Red Green Blue C M Y K H S L
Decimal 84 208 138 0.60 0 0.34 0.18 146.13 0.57 0.57
Hex 54 D0 8A 3C 0 22 12 92 39 39
Octal 124 320 212 74 0 42 22 222 71 71
Binary 1010100 11010000 10001010 111100 0 100010 10010 10010010 111001 111001

Color Harmonies of #54D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D08A

Black with #54D08A

Text Example


Text Example

White with #54D08A

Text Example


Text Example

HTML Codes & Css Web 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>