#53C683

Color #53C683 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53C683

Tints of Emerald #53C683

Color information

#53C683 (or 0x53C683) is unknown color: approx Emerald. HEX triplet: 53, C6 and 83. RGB value is (83,198,131). Sum of RGB (Red+Green+Blue) = 83+198+131=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #53C683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C683 is #AC397C. Grayscale: #9C9C9C. Windows color (decimal): -11286909 or 8635987. OLE color: 8635987.

HSL color Cylindrical-coordinate representation of color #53C683: hue angle of 145.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C683 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB83198131-
CMYK0.5800.340.22
HSL145.04º50.22%55.1%-
HSV(B)145.04º58.08%77.65%-
XYZ27.8643.8728.47-
YUV155.98113.975.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=20.15%
G=48.06%
B=31.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831981310.5800.340.22145.0450.2255.1
Hex53C6833A02216913237
Octal12330620372042262216267
Binary1010011110001101000001111101001000101011010010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,198,131); }

 H1.HeaderClassName
 {
   color: #53C683;
 }
 .AnyTagClassName
 {
   color: #53C683;
 }
</style>
background-color css

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

 a { background-color: rgb(83,198,131); }

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

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

 span { border-color: rgb(83,198,131); }

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