Html Css Color HEX #53B882 Emerald

📋 copy color: '#53B882'

red 83 ◦ green 184 ◦ blue 130

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

Shades of Emerald #53B882

Tints of Emerald #53B882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 20.91%
G = 46.35%
B = 32.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#53B882 (or 0x53B882) is known color: Emerald. HEX triplet: 53, B8 and 82. RGB value is (83,184,130). Sum of RGB (Red+Green+Blue) = 83+184+130=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #53B882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B882 is #AC477D. Grayscale: #939393. Windows color (decimal): -11290494 or 8566867. OLE color: 8566867.

HSL color Cylindrical-coordinate representation of color #53B882: hue angle of 147.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B882 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 184 130 -
CMYK 0.55 0 0.29 0.28
HSL 147.92º 0.42% 0.52% -
HSV(B) 147.92º 0.55% 0.72% -
XYZ 24.74 37.73 27.1 -
YUV 147.65 118.04 81.89 -
System Red Green Blue C M Y K H S L
Decimal 83 184 130 0.55 0 0.29 0.28 147.92 0.42 0.52
Hex 53 B8 82 37 0 1D 1C 94 2A 34
Octal 123 270 202 67 0 35 34 224 52 64
Binary 1010011 10111000 10000010 110111 0 11101 11100 10010100 101010 110100

Color Harmonies of #53B882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B882

Black with #53B882

Text Example


Text Example

White with #53B882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,184,130); }

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

background-color css

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

 a { background-color: rgb(83,184,130); }

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

border-color css

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

 span { border-color: rgb(83,184,130); }

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