Html Css Color HEX #53E08C Emerald

📋 copy color: '#53E08C'

red 83 ◦ green 224 ◦ blue 140

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

Shades of Emerald #53E08C

Tints of Emerald #53E08C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 18.57%
G = 50.11%
B = 31.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#53E08C (or 0x53E08C) is known color: Emerald. HEX triplet: 53, E0 and 8C. RGB value is (83,224,140). Sum of RGB (Red+Green+Blue) = 83+224+140=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #53E08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E08C is #AC1F73. Grayscale: #ACACAC. Windows color (decimal): -11280244 or 9232467. OLE color: 9232467.

HSL color Cylindrical-coordinate representation of color #53E08C: hue angle of 144.26º degrees, saturation: 0.69, 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 #53E08C is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 224 140 -
CMYK 0.63 0 0.38 0.12
HSL 144.26º 0.69% 0.6% -
HSV(B) 144.26º 0.63% 0.88% -
XYZ 34.96 57.04 33.98 -
YUV 172.27 109.79 64.33 -
System Red Green Blue C M Y K H S L
Decimal 83 224 140 0.63 0 0.38 0.12 144.26 0.69 0.6
Hex 53 E0 8C 3F 0 26 C 90 45 3C
Octal 123 340 214 77 0 46 14 220 105 74
Binary 1010011 11100000 10001100 111111 0 100110 1100 10010000 1000101 111100

Color Harmonies of #53E08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E08C

Black with #53E08C

Text Example


Text Example

White with #53E08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,224,140); }

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

background-color css

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

 a { background-color: rgb(83,224,140); }

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

border-color css

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

 span { border-color: rgb(83,224,140); }

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