#53BE8E

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

Shades of Silver Tree #53BE8E

Tints of Silver Tree #53BE8E

Color information

#53BE8E (or 0x53BE8E) is unknown color: approx Silver Tree. HEX triplet: 53, BE and 8E. RGB value is (83,190,142). Sum of RGB (Red+Green+Blue) = 83+190+142=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE8E is #AC4171. Grayscale: #989898. Windows color (decimal): -11288946 or 9354835. OLE color: 9354835.

HSL color Cylindrical-coordinate representation of color #53BE8E: hue angle of 153.08º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE8E is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB83190142-
CMYK0.5600.250.25
HSL153.08º45.15%53.53%-
HSV(B)153.08º56.32%74.51%-
XYZ26.8640.6232.02-
YUV152.53122.0578.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=20%
G=45.78%
B=34.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901420.5600.250.25153.0845.1553.53
Hex53BE8E3801919992d36
Octal12327621670031312315566
Binary101001110111110100011101110000110011100110011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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