Html Css Color HEX #53C180 Emerald

📋 copy color: '#53C180'

red 83 ◦ green 193 ◦ blue 128

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

Shades of Emerald #53C180

Tints of Emerald #53C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 20.54%
G = 47.77%
B = 31.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#53C180 (or 0x53C180) is known color: Emerald. HEX triplet: 53, C1 and 80. RGB value is (83,193,128). Sum of RGB (Red+Green+Blue) = 83+193+128=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #53C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C180 is #AC3E7F. Grayscale: #989898. Windows color (decimal): -11288192 or 8438099. OLE color: 8438099.

HSL color Cylindrical-coordinate representation of color #53C180: hue angle of 144.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C180 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 128 -
CMYK 0.57 0 0.34 0.24
HSL 144.55º 0.47% 0.54% -
HSV(B) 144.55º 0.57% 0.76% -
XYZ 26.53 41.54 27.04 -
YUV 152.7 114.06 78.29 -
System Red Green Blue C M Y K H S L
Decimal 83 193 128 0.57 0 0.34 0.24 144.55 0.47 0.54
Hex 53 C1 80 39 0 22 18 91 2F 36
Octal 123 301 200 71 0 42 30 221 57 66
Binary 1010011 11000001 10000000 111001 0 100010 11000 10010001 101111 110110

Color Harmonies of #53C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C180

Black with #53C180

Text Example


Text Example

White with #53C180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,128); }

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

background-color css

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

 a { background-color: rgb(83,193,128); }

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

border-color css

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

 span { border-color: rgb(83,193,128); }

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