Html Css Color HEX #53BB83 Emerald

📋 copy color: '#53BB83'

red 83 ◦ green 187 ◦ blue 131

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

Shades of Emerald #53BB83

Tints of Emerald #53BB83

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

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

R = 20.7%
G = 46.63%
B = 32.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#53BB83 (or 0x53BB83) is known color: Emerald. HEX triplet: 53, BB and 83. RGB value is (83,187,131). Sum of RGB (Red+Green+Blue) = 83+187+131=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB83 is #AC447C. Grayscale: #959595. Windows color (decimal): -11289725 or 8633171. OLE color: 8633171.

HSL color Cylindrical-coordinate representation of color #53BB83: hue angle of 147.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB83 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 131 -
CMYK 0.56 0 0.30 0.27
HSL 147.69º 0.43% 0.53% -
HSV(B) 147.69º 0.56% 0.73% -
XYZ 25.43 39.02 27.66 -
YUV 149.52 117.54 80.55 -
System Red Green Blue C M Y K H S L
Decimal 83 187 131 0.56 0 0.30 0.27 147.69 0.43 0.53
Hex 53 BB 83 38 0 1E 1B 94 2B 35
Octal 123 273 203 70 0 36 33 224 53 65
Binary 1010011 10111011 10000011 111000 0 11110 11011 10010100 101011 110101

Color Harmonies of #53BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB83

Black with #53BB83

Text Example


Text Example

White with #53BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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