Html Css Color HEX #53BA83 Emerald

📋 copy color: '#53BA83'

red 83 ◦ green 186 ◦ blue 131

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

Shades of Emerald #53BA83

Tints of Emerald #53BA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 20.75%
G = 46.5%
B = 32.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#53BA83 (or 0x53BA83) is known color: Emerald. HEX triplet: 53, BA and 83. RGB value is (83,186,131). Sum of RGB (Red+Green+Blue) = 83+186+131=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA83 is #AC457C. Grayscale: #959595. Windows color (decimal): -11289981 or 8632915. OLE color: 8632915.

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

Color convert

RGB 83 186 131 -
CMYK 0.55 0 0.30 0.27
HSL 147.96º 0.43% 0.53% -
HSV(B) 147.96º 0.55% 0.73% -
XYZ 25.22 38.6 27.59 -
YUV 148.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 83 186 131 0.55 0 0.30 0.27 147.96 0.43 0.53
Hex 53 BA 83 37 0 1E 1B 94 2B 35
Octal 123 272 203 67 0 36 33 224 53 65
Binary 1010011 10111010 10000011 110111 0 11110 11011 10010100 101011 110101

Color Harmonies of #53BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA83

Black with #53BA83

Text Example


Text Example

White with #53BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,131); }

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

background-color css

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

 a { background-color: rgb(83,186,131); }

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

border-color css

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

 span { border-color: rgb(83,186,131); }

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