Html Css Color HEX #53B978 Emerald

📋 copy color: '#53B978'

red 83 ◦ green 185 ◦ blue 120

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

Shades of Emerald #53B978

Tints of Emerald #53B978

RGB

 RED value IS 83 (32.81% from 255) = 21.39%

 GREEN value IS 185 (72.66% from 255) = 47.68%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 21.39%
G = 47.68%
B = 30.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#53B978 (or 0x53B978) is known color: Emerald. HEX triplet: 53, B9 and 78. RGB value is (83,185,120). Sum of RGB (Red+Green+Blue) = 83+185+120=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #53B978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B978 is #AC4687. Grayscale: #939393. Windows color (decimal): -11290248 or 7911763. OLE color: 7911763.

HSL color Cylindrical-coordinate representation of color #53B978: hue angle of 141.76º degrees, saturation: 0.42, 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 #53B978 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 120 -
CMYK 0.55 0 0.35 0.27
HSL 141.76º 0.42% 0.53% -
HSV(B) 141.76º 0.55% 0.73% -
XYZ 24.31 37.89 23.8 -
YUV 147.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 83 185 120 0.55 0 0.35 0.27 141.76 0.42 0.53
Hex 53 B9 78 37 0 23 1B 8E 2A 35
Octal 123 271 170 67 0 43 33 216 52 65
Binary 1010011 10111001 1111000 110111 0 100011 11011 10001110 101010 110101

Color Harmonies of #53B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B978

Black with #53B978

Text Example


Text Example

White with #53B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B978; }

 p { color: rgb(83,185,120); }

 H1.HeaderClassName
 {
   color: #53B978;
 }
 .AnyTagClassName
 {
   color: #53B978;
 }
</style>

background-color css

<style>
 a { background-color: #53B978; }

 a { background-color: rgb(83,185,120); }

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

border-color css

<style>
 span { border-color: #53B978; }

 span { border-color: rgb(83,185,120); }

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