Html Css Color HEX #53C27C Emerald

📋 copy color: '#53C27C'

red 83 ◦ green 194 ◦ blue 124

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

Shades of Emerald #53C27C

Tints of Emerald #53C27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.38%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 20.7%
G = 48.38%
B = 30.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#53C27C (or 0x53C27C) is known color: Emerald. HEX triplet: 53, C2 and 7C. RGB value is (83,194,124). Sum of RGB (Red+Green+Blue) = 83+194+124=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #53C27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C27C is #AC3D83. Grayscale: #999999. Windows color (decimal): -11287940 or 8176211. OLE color: 8176211.

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

Color convert

RGB 83 194 124 -
CMYK 0.57 0 0.36 0.24
HSL 142.16º 0.48% 0.54% -
HSV(B) 142.16º 0.57% 0.76% -
XYZ 26.5 41.88 25.76 -
YUV 152.83 111.73 78.19 -
System Red Green Blue C M Y K H S L
Decimal 83 194 124 0.57 0 0.36 0.24 142.16 0.48 0.54
Hex 53 C2 7C 39 0 24 18 8E 30 36
Octal 123 302 174 71 0 44 30 216 60 66
Binary 1010011 11000010 1111100 111001 0 100100 11000 10001110 110000 110110

Color Harmonies of #53C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C27C

Black with #53C27C

Text Example


Text Example

White with #53C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,194,124); }

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

background-color css

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

 a { background-color: rgb(83,194,124); }

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

border-color css

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

 span { border-color: rgb(83,194,124); }

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