Html Css Color HEX #53C07F Emerald

📋 copy color: '#53C07F'

red 83 ◦ green 192 ◦ blue 127

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

Shades of Emerald #53C07F

Tints of Emerald #53C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 20.65%
G = 47.76%
B = 31.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#53C07F (or 0x53C07F) is known color: Emerald. HEX triplet: 53, C0 and 7F. RGB value is (83,192,127). Sum of RGB (Red+Green+Blue) = 83+192+127=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #53C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C07F is #AC3F80. Grayscale: #989898. Windows color (decimal): -11288449 or 8372307. OLE color: 8372307.

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

Color convert

RGB 83 192 127 -
CMYK 0.57 0 0.34 0.25
HSL 144.22º 0.46% 0.54% -
HSV(B) 144.22º 0.57% 0.75% -
XYZ 26.25 41.07 26.62 -
YUV 152 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 83 192 127 0.57 0 0.34 0.25 144.22 0.46 0.54
Hex 53 C0 7F 39 0 22 19 90 2E 36
Octal 123 300 177 71 0 42 31 220 56 66
Binary 1010011 11000000 1111111 111001 0 100010 11001 10010000 101110 110110

Color Harmonies of #53C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C07F

Black with #53C07F

Text Example


Text Example

White with #53C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,127); }

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

background-color css

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

 a { background-color: rgb(83,192,127); }

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

border-color css

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

 span { border-color: rgb(83,192,127); }

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