Html Css Color HEX #53CE96 Silver Tree

📋 copy color: '#53CE96'

red 83 ◦ green 206 ◦ blue 150

#53CE96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #53CE96

Tints of Silver Tree #53CE96

RGB

 RED value IS 83 (32.81% from 255) = 18.91%

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 18.91%
G = 46.92%
B = 34.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#53CE96 (or 0x53CE96) is known color: Silver Tree. HEX triplet: 53, CE and 96. RGB value is (83,206,150). Sum of RGB (Red+Green+Blue) = 83+206+150=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CE96 is #AC3169. Grayscale: #A2A2A2. Windows color (decimal): -11284842 or 9883219. OLE color: 9883219.

HSL color Cylindrical-coordinate representation of color #53CE96: hue angle of 152.68º 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 #53CE96 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 150 -
CMYK 0.60 0 0.27 0.19
HSL 152.68º 0.56% 0.57% -
HSV(B) 152.68º 0.6% 0.81% -
XYZ 31.14 48.18 36.51 -
YUV 162.84 120.75 71.05 -
System Red Green Blue C M Y K H S L
Decimal 83 206 150 0.60 0 0.27 0.19 152.68 0.56 0.57
Hex 53 CE 96 3C 0 1B 13 99 38 39
Octal 123 316 226 74 0 33 23 231 70 71
Binary 1010011 11001110 10010110 111100 0 11011 10011 10011001 111000 111001

Color Harmonies of #53CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CE96

Black with #53CE96

Text Example


Text Example

White with #53CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53CE96;
 }
 .AnyTagClassName
 {
   color: #53CE96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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