Html Css Color HEX #54CA8A Emerald

📋 copy color: '#54CA8A'

red 84 ◦ green 202 ◦ blue 138

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

Shades of Emerald #54CA8A

Tints of Emerald #54CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.64%

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

R = 19.81%
G = 47.64%
B = 32.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#54CA8A (or 0x54CA8A) is known color: Emerald. HEX triplet: 54, CA and 8A. RGB value is (84,202,138). Sum of RGB (Red+Green+Blue) = 84+202+138=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CA8A is #AB3575. Grayscale: #9F9F9F. Windows color (decimal): -11220342 or 9095764. OLE color: 9095764.

HSL color Cylindrical-coordinate representation of color #54CA8A: hue angle of 147.46º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CA8A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 202 138 -
CMYK 0.58 0 0.32 0.21
HSL 147.46º 0.53% 0.56% -
HSV(B) 147.46º 0.58% 0.79% -
XYZ 29.36 45.96 31.37 -
YUV 159.42 115.91 74.2 -
System Red Green Blue C M Y K H S L
Decimal 84 202 138 0.58 0 0.32 0.21 147.46 0.53 0.56
Hex 54 CA 8A 3A 0 20 15 93 35 38
Octal 124 312 212 72 0 40 25 223 65 70
Binary 1010100 11001010 10001010 111010 0 100000 10101 10010011 110101 111000

Color Harmonies of #54CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CA8A

Black with #54CA8A

Text Example


Text Example

White with #54CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54CA8A;
 }
 .AnyTagClassName
 {
   color: #54CA8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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