#53CC91

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

Shades of Silver Tree #53CC91

Tints of Silver Tree #53CC91

Color information

#53CC91 (or 0x53CC91) is unknown color: approx Silver Tree. HEX triplet: 53, CC and 91. RGB value is (83,204,145). Sum of RGB (Red+Green+Blue) = 83+204+145=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC91 is #AC336E. Grayscale: #A1A1A1. Windows color (decimal): -11285359 or 9555027. OLE color: 9555027.

HSL color Cylindrical-coordinate representation of color #53CC91: hue angle of 150.74º 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 #53CC91 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB83204145-
CMYK0.5900.290.2
HSL150.74º54.26%56.27%-
HSV(B)150.74º59.31%80%-
XYZ30.2747.0734.28-
YUV161.1118.9172.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=19.21%
G=47.22%
B=33.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal832041450.5900.290.2150.7454.2656.27
Hex53CC913B01D14973638
Octal12331422173035242276670
Binary101001111001100100100011110110111011010010010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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