Html Css Color HEX #53BE85 Emerald

📋 copy color: '#53BE85'

red 83 ◦ green 190 ◦ blue 133

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

Shades of Emerald #53BE85

Tints of Emerald #53BE85

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.8%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 20.44%
G = 46.8%
B = 32.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#53BE85 (or 0x53BE85) is known color: Emerald. HEX triplet: 53, BE and 85. RGB value is (83,190,133). Sum of RGB (Red+Green+Blue) = 83+190+133=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE85 is #AC417A. Grayscale: #979797. Windows color (decimal): -11288955 or 8765011. OLE color: 8765011.

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

Color convert

RGB 83 190 133 -
CMYK 0.56 0 0.3 0.25
HSL 148.04º 0.45% 0.54% -
HSV(B) 148.04º 0.56% 0.75% -
XYZ 26.21 40.36 28.6 -
YUV 151.51 117.55 79.13 -
System Red Green Blue C M Y K H S L
Decimal 83 190 133 0.56 0 0.3 0.25 148.04 0.45 0.54
Hex 53 BE 85 38 0 1E 19 94 2D 36
Octal 123 276 205 70 0 36 31 224 55 66
Binary 1010011 10111110 10000101 111000 0 11110 11001 10010100 101101 110110

Color Harmonies of #53BE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BE85

Black with #53BE85

Text Example


Text Example

White with #53BE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,190,133); }

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

background-color css

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

 a { background-color: rgb(83,190,133); }

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

border-color css

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

 span { border-color: rgb(83,190,133); }

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