Html Css Color HEX #53BF7B Emerald

📋 copy color: '#53BF7B'

red 83 ◦ green 191 ◦ blue 123

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

Shades of Emerald #53BF7B

Tints of Emerald #53BF7B

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 20.91%
G = 48.11%
B = 30.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#53BF7B (or 0x53BF7B) is known color: Emerald. HEX triplet: 53, BF and 7B. RGB value is (83,191,123). Sum of RGB (Red+Green+Blue) = 83+191+123=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF7B is #AC4084. Grayscale: #979797. Windows color (decimal): -11288709 or 8109907. OLE color: 8109907.

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

Color convert

RGB 83 191 123 -
CMYK 0.57 0 0.36 0.25
HSL 142.22º 0.46% 0.54% -
HSV(B) 142.22º 0.57% 0.75% -
XYZ 25.77 40.53 25.2 -
YUV 150.96 112.22 79.53 -
System Red Green Blue C M Y K H S L
Decimal 83 191 123 0.57 0 0.36 0.25 142.22 0.46 0.54
Hex 53 BF 7B 39 0 24 19 8E 2E 36
Octal 123 277 173 71 0 44 31 216 56 66
Binary 1010011 10111111 1111011 111001 0 100100 11001 10001110 101110 110110

Color Harmonies of #53BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF7B

Black with #53BF7B

Text Example


Text Example

White with #53BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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