#61BC94

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

Shades of Silver Tree #61BC94

Tints of Silver Tree #61BC94

Color information

#61BC94 (or 0x61BC94) is unknown color: approx Silver Tree. HEX triplet: 61, BC and 94. RGB value is (97,188,148). Sum of RGB (Red+Green+Blue) = 97+188+148=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BC94 is #9E436B. Grayscale: #9C9C9C. Windows color (decimal): -10371948 or 9747553. OLE color: 9747553.

HSL color Cylindrical-coordinate representation of color #61BC94: hue angle of 153.63º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BC94 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB97188148-
CMYK0.4800.210.26
HSL153.63º40.44%55.88%-
HSV(B)153.63º48.4%73.73%-
XYZ28.2640.6534.37-
YUV156.23123.3585.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=22.40%
G=43.42%
B=34.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881480.4800.210.26153.6340.4455.88
Hex61BC94300151A9a2838
Octal14127422460025322325070
Binary110000110111100100101001100000101011101010011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61BC94; }

 p { color: rgb(97,188,148); }

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

<style>
 a { background-color: #61BC94; }

 a { background-color: rgb(97,188,148); }

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

<style>
 span { border-color: #61BC94; }

 span { border-color: rgb(97,188,148); }

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