#53C275

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

Shades of Emerald #53C275

Tints of Emerald #53C275

Color information

#53C275 (or 0x53C275) is unknown color: approx Emerald. HEX triplet: 53, C2 and 75. RGB value is (83,194,117). Sum of RGB (Red+Green+Blue) = 83+194+117=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #53C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C275 is #AC3D8A. Grayscale: #989898. Windows color (decimal): -11287947 or 7717459. OLE color: 7717459.

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

Color convert

RGB83194117-
CMYK0.5700.400.24
HSL138.38º47.64%54.31%-
HSV(B)138.38º57.22%76.08%-
XYZ26.0741.7123.51-
YUV152.03108.2378.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 194 (76.17% from 255) = 49.24%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=21.07%
G=49.24%
B=29.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831941170.5700.400.24138.3847.6454.31
Hex53C27539028188a3036
Octal12330216571050302126066
Binary101001111000010111010111100101010001100010001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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