Html Css Color HEX #53B96E Emerald

📋 copy color: '#53B96E'

red 83 ◦ green 185 ◦ blue 110

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

Shades of Emerald #53B96E

Tints of Emerald #53B96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 21.96%
G = 48.94%
B = 29.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#53B96E (or 0x53B96E) is known color: Emerald. HEX triplet: 53, B9 and 6E. RGB value is (83,185,110). Sum of RGB (Red+Green+Blue) = 83+185+110=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #53B96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B96E is #AC4691. Grayscale: #929292. Windows color (decimal): -11290258 or 7256403. OLE color: 7256403.

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

Color convert

RGB 83 185 110 -
CMYK 0.55 0 0.41 0.27
HSL 135.88º 0.42% 0.53% -
HSV(B) 135.88º 0.55% 0.73% -
XYZ 23.73 37.66 20.77 -
YUV 145.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 83 185 110 0.55 0 0.41 0.27 135.88 0.42 0.53
Hex 53 B9 6E 37 0 29 1B 88 2A 35
Octal 123 271 156 67 0 51 33 210 52 65
Binary 1010011 10111001 1101110 110111 0 101001 11011 10001000 101010 110101

Color Harmonies of #53B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B96E

Black with #53B96E

Text Example


Text Example

White with #53B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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