#53C17D

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

Shades of Emerald #53C17D

Tints of Emerald #53C17D

Color information

#53C17D (or 0x53C17D) is unknown color: approx Emerald. HEX triplet: 53, C1 and 7D. RGB value is (83,193,125). Sum of RGB (Red+Green+Blue) = 83+193+125=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #53C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C17D is #AC3E82. Grayscale: #989898. Windows color (decimal): -11288195 or 8241491. OLE color: 8241491.

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

Color convert

RGB83193125-
CMYK0.5700.350.24
HSL142.91º47.01%54.12%-
HSV(B)142.91º56.99%75.69%-
XYZ26.3441.4626.02-
YUV152.36112.5678.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=20.70%
G=48.13%
B=31.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831931250.5700.350.24142.9147.0154.12
Hex53C17D39023188f2f36
Octal12330117571043302175766
Binary101001111000001111110111100101000111100010001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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