#53BB77

Color #53BB77 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53BB77

Tints of Emerald #53BB77

Color information

#53BB77 (or 0x53BB77) is unknown color: approx Emerald. HEX triplet: 53, BB and 77. RGB value is (83,187,119). Sum of RGB (Red+Green+Blue) = 83+187+119=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB77 is #AC4488. Grayscale: #949494. Windows color (decimal): -11289737 or 7846739. OLE color: 7846739.

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

Color convert

RGB83187119-
CMYK0.5600.360.27
HSL140.77º43.33%52.94%-
HSV(B)140.77º55.61%73.33%-
XYZ24.6738.7123.62-
YUV148.15111.5481.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=21.34%
G=48.07%
B=30.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831871190.5600.360.27140.7743.3352.94
Hex53BB77380241B8d2b35
Octal12327316770044332155365
Binary101001110111011111011111100001001001101110001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BB77;
 }
 .AnyTagClassName
 {
   color: #53BB77;
 }
</style>
background-color css

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

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

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

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

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

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