Html Css Color HEX #53C184 Emerald

📋 copy color: '#53C184'

red 83 ◦ green 193 ◦ blue 132

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

Shades of Emerald #53C184

Tints of Emerald #53C184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 20.34%
G = 47.3%
B = 32.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#53C184 (or 0x53C184) is known color: Emerald. HEX triplet: 53, C1 and 84. RGB value is (83,193,132). Sum of RGB (Red+Green+Blue) = 83+193+132=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #53C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C184 is #AC3E7B. Grayscale: #999999. Windows color (decimal): -11288188 or 8700243. OLE color: 8700243.

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

Color convert

RGB 83 193 132 -
CMYK 0.57 0 0.32 0.24
HSL 146.73º 0.47% 0.54% -
HSV(B) 146.73º 0.57% 0.76% -
XYZ 26.8 41.64 28.46 -
YUV 153.16 116.06 77.96 -
System Red Green Blue C M Y K H S L
Decimal 83 193 132 0.57 0 0.32 0.24 146.73 0.47 0.54
Hex 53 C1 84 39 0 20 18 93 2F 36
Octal 123 301 204 71 0 40 30 223 57 66
Binary 1010011 11000001 10000100 111001 0 100000 11000 10010011 101111 110110

Color Harmonies of #53C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C184

Black with #53C184

Text Example


Text Example

White with #53C184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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