Html Css Color HEX #53BC6F Emerald

📋 copy color: '#53BC6F'

red 83 ◦ green 188 ◦ blue 111

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

Shades of Emerald #53BC6F

Tints of Emerald #53BC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 21.73%
G = 49.21%
B = 29.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#53BC6F (or 0x53BC6F) is known color: Emerald. HEX triplet: 53, BC and 6F. RGB value is (83,188,111). Sum of RGB (Red+Green+Blue) = 83+188+111=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC6F is #AC4390. Grayscale: #949494. Windows color (decimal): -11289489 or 7322707. OLE color: 7322707.

HSL color Cylindrical-coordinate representation of color #53BC6F: hue angle of 136º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC6F is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 111 -
CMYK 0.56 0 0.41 0.26
HSL 136º 0.44% 0.53% -
HSV(B) 136º 0.56% 0.74% -
XYZ 24.42 38.95 21.27 -
YUV 147.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 83 188 111 0.56 0 0.41 0.26 136 0.44 0.53
Hex 53 BC 6F 38 0 29 1A 88 2C 35
Octal 123 274 157 70 0 51 32 210 54 65
Binary 1010011 10111100 1101111 111000 0 101001 11010 10001000 101100 110101

Color Harmonies of #53BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC6F

Black with #53BC6F

Text Example


Text Example

White with #53BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,111); }

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

background-color css

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

 a { background-color: rgb(83,188,111); }

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

border-color css

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

 span { border-color: rgb(83,188,111); }

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