#53CE8E

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

Shades of Silver Tree #53CE8E

Tints of Silver Tree #53CE8E

Color information

#53CE8E (or 0x53CE8E) is unknown color: approx Silver Tree. HEX triplet: 53, CE and 8E. RGB value is (83,206,142). Sum of RGB (Red+Green+Blue) = 83+206+142=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CE8E is #AC3171. Grayscale: #A2A2A2. Windows color (decimal): -11284850 or 9358931. OLE color: 9358931.

HSL color Cylindrical-coordinate representation of color #53CE8E: hue angle of 148.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CE8E is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB83206142-
CMYK0.6000.310.19
HSL148.78º55.66%56.67%-
HSV(B)148.78º59.71%80.78%-
XYZ30.5247.9333.23-
YUV161.93116.7571.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.26%
GREEN value IS 206 (80.86% from 255) = 47.80%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=19.26%
G=47.80%
B=32.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal832061420.6000.310.19148.7855.6656.67
Hex53CE8E3C01F13953839
Octal12331621674037232257071
Binary101001111001110100011101111000111111001110010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,206,142); }

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

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

 a { background-color: rgb(83,206,142); }

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

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

 span { border-color: rgb(83,206,142); }

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