#53bf7a

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

Shades of Emerald #53BF7A

Tints of Emerald #53BF7A

Color information

#53BF7A (or 0x53BF7A) is unknown color: approx Emerald. HEX triplet: 53, BF and 7A. RGB value is (83,191,122). Sum of RGB (Red+Green+Blue) = 83+191+122=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF7A is #AC4085. Grayscale: #979797. Windows color (decimal): -11288710 or 8044371. OLE color: 8044371.

HSL color Cylindrical-coordinate representation of color #53BF7A: hue angle of 141.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF7A is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB83191122-
CMYK0.5700.360.25
HSL141.67º45.76%53.73%-
HSV(B)141.67º56.54%74.9%-
XYZ25.7140.5124.88-
YUV150.84111.7279.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=20.96%
G=48.23%
B=30.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911220.5700.360.25141.6745.7653.73
Hex53BF7A39024198e2e36
Octal12327717271044312165666
Binary101001110111111111101011100101001001100110001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53bf7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,122); }

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

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

 a { background-color: rgb(83,191,122); }

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

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

 span { border-color: rgb(83,191,122); }

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