#53CC8A

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

Shades of Emerald #53CC8A

Tints of Emerald #53CC8A

Color information

#53CC8A (or 0x53CC8A) is unknown color: approx Emerald. HEX triplet: 53, CC and 8A. RGB value is (83,204,138). Sum of RGB (Red+Green+Blue) = 83+204+138=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC8A is #AC3375. Grayscale: #A0A0A0. Windows color (decimal): -11285366 or 9096275. OLE color: 9096275.

HSL color Cylindrical-coordinate representation of color #53CC8A: hue angle of 147.27º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC8A is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB83204138-
CMYK0.5900.320.2
HSL147.27º54.26%56.27%-
HSV(B)147.27º59.31%80%-
XYZ29.7546.8631.52-
YUV160.3115.4172.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.53%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=19.53%
G=48%
B=32.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal832041380.5900.320.2147.2754.2656.27
Hex53CC8A3B02014933638
Octal12331421273040242236670
Binary1010011110011001000101011101101000001010010010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,204,138); }

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

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

 a { background-color: rgb(83,204,138); }

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

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

 span { border-color: rgb(83,204,138); }

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