Html Css Color HEX #53E194 Emerald

📋 copy color: '#53E194'

red 83 ◦ green 225 ◦ blue 148

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

Shades of Emerald #53E194

Tints of Emerald #53E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 18.2%
G = 49.34%
B = 32.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#53E194 (or 0x53E194) is known color: Emerald. HEX triplet: 53, E1 and 94. RGB value is (83,225,148). Sum of RGB (Red+Green+Blue) = 83+225+148=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #53E194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E194 is #AC1E6B. Grayscale: #ADADAD. Windows color (decimal): -11279980 or 9757011. OLE color: 9757011.

HSL color Cylindrical-coordinate representation of color #53E194: hue angle of 147.46º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E194 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 225 148 -
CMYK 0.63 0 0.34 0.12
HSL 147.46º 0.7% 0.6% -
HSV(B) 147.46º 0.63% 0.88% -
XYZ 35.84 57.83 37.29 -
YUV 173.76 113.46 63.26 -
System Red Green Blue C M Y K H S L
Decimal 83 225 148 0.63 0 0.34 0.12 147.46 0.7 0.6
Hex 53 E1 94 3F 0 22 C 93 46 3C
Octal 123 341 224 77 0 42 14 223 106 74
Binary 1010011 11100001 10010100 111111 0 100010 1100 10010011 1000110 111100

Color Harmonies of #53E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E194

Black with #53E194

Text Example


Text Example

White with #53E194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,225,148); }

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

background-color css

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

 a { background-color: rgb(83,225,148); }

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

border-color css

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

 span { border-color: rgb(83,225,148); }

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